mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-24 04:53:28 -04:00
Fixed NaCl build.
This commit is contained in:
parent
26ba4af553
commit
b68e2aedcb
1 changed files with 1 additions and 1 deletions
|
@ -2387,7 +2387,7 @@ namespace bgfx
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!BX_ENABLED(BX_PLATFORM_EMSCRIPTEN)
|
||||
if (!BX_ENABLED(BX_PLATFORM_EMSCRIPTEN || BX_PLATFORM_NACL)
|
||||
&& NULL == g_platformData.ndt
|
||||
&& NULL == g_platformData.nwh
|
||||
&& NULL == g_platformData.context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue