mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 13:59:19 +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() );
|
WriteLog( settingspipe.str() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// cruel way to prevent crashes because of threaded upload from python
|
||||||
|
if (Global.NvRenderer)
|
||||||
|
Global.python_threadedupload = false;
|
||||||
|
|
||||||
WriteLog( "// startup" );
|
WriteLog( "// startup" );
|
||||||
|
|
||||||
if( ( result = init_glfw() ) != 0 ) {
|
if( ( result = init_glfw() ) != 0 ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user