macOS: Disable BGFX threading, which causes crashes and wrong drawing on Catalina and Big Sur. [Balrog]

This commit is contained in:
arbee 2020-11-16 23:28:00 -05:00
parent ac270744f3
commit 48d1f0de37

View File

@ -1474,6 +1474,7 @@ end
}
buildoptions {
"-x objective-c++",
"-D BGFX_CONFIG_MULTITHREADED=0",
}
end