mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
11 lines
485 B
Diff
11 lines
485 B
Diff
--- 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();
|