Browse Source

Enable MT with OVR.

Branimir Karadžić 9 years ago
parent
commit
1b6cf643a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/bgfx.lua

+ 1 - 1
scripts/bgfx.lua

@@ -51,7 +51,7 @@ function bgfxProject(_name, _kind, _defines)
 
 		if _OPTIONS["with-ovr"] then
 			defines {
-				"BGFX_CONFIG_MULTITHREADED=0",
+--				"BGFX_CONFIG_MULTITHREADED=0",
 				"BGFX_CONFIG_USE_OVR=1",
 			}
 			includedirs {