You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
-disabled thread model 2 for the time being, crashes on linux without reason, fixes #1482
This commit is contained in:
@@ -640,6 +640,9 @@ Error Main::setup(const char *execpath,int argc, char *argv[],bool p_second_phas
|
|||||||
GLOBAL_DEF("display/test_height",0);
|
GLOBAL_DEF("display/test_height",0);
|
||||||
if (rtm==-1) {
|
if (rtm==-1) {
|
||||||
rtm=GLOBAL_DEF("render/thread_model",OS::RENDER_THREAD_SAFE);
|
rtm=GLOBAL_DEF("render/thread_model",OS::RENDER_THREAD_SAFE);
|
||||||
|
if (rtm>=1) //hack for now
|
||||||
|
rtm=1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rtm>=0 && rtm<3)
|
if (rtm>=0 && rtm<3)
|
||||||
|
|||||||
Reference in New Issue
Block a user