mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
Add cruel way to disable python threaded upload when using nvrenderer
This commit is contained in:
@@ -296,6 +296,10 @@ eu07_application::init( int Argc, char *Argv[] ) {
|
||||
WriteLog( settingspipe.str() );
|
||||
}
|
||||
|
||||
// cruel way to prevent crashes because of threaded upload from python
|
||||
if (Global.NvRenderer)
|
||||
Global.python_threadedupload = false;
|
||||
|
||||
WriteLog( "// startup" );
|
||||
|
||||
if( ( result = init_glfw() ) != 0 ) {
|
||||
|
||||
Reference in New Issue
Block a user