mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
assimp_qt_viewer: fix build for new assimp
This commit is contained in:
parent
631b8df7d4
commit
2ca6cb7a67
2 changed files with 12 additions and 1 deletions
|
@ -0,0 +1,11 @@
|
|||
--- a/assimp_qt_viewer/mainwindow.cpp
|
||||
+++ b/assimp_qt_viewer/mainwindow.cpp
|
||||
@@ -296,7 +296,7 @@
|
||||
{
|
||||
using namespace Assimp;
|
||||
|
||||
- DefaultLogger::get()->detatchStream(mLoggerView, DefaultLogger::Debugging | DefaultLogger::Info | DefaultLogger::Err | DefaultLogger::Warn);
|
||||
+ DefaultLogger::get()->detachStream(mLoggerView, DefaultLogger::Debugging | DefaultLogger::Info | DefaultLogger::Err | DefaultLogger::Warn);
|
||||
DefaultLogger::kill();
|
||||
|
||||
if(mScene != nullptr) mImporter.FreeScene();
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'assimp_qt_viewer'
|
||||
pkgname=assimp_qt_viewer
|
||||
version=5.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
_gitrev=b2b86036a860297b86b096dba009aebeaf5a2503
|
||||
build_style=cmake
|
||||
build_wrksrc="${pkgname}"
|
||||
|
|
Loading…
Add table
Reference in a new issue