Skip to content

Commit

Permalink
Enable MT with OVR.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Apr 6, 2016
1 parent 6f3acfc commit 1b6cf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bgfx.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1b6cf64

Please sign in to comment.