mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Removed test code.
This commit is contained in:
parent
7accea7b5d
commit
caeecc72ce
1 changed files with 0 additions and 3 deletions
|
@ -45,9 +45,6 @@ int _main_(int _argc, char** _argv)
|
||||||
// Advance to next frame. Rendering thread will be kicked to
|
// Advance to next frame. Rendering thread will be kicked to
|
||||||
// process submitted rendering primitives.
|
// process submitted rendering primitives.
|
||||||
bgfx::frame();
|
bgfx::frame();
|
||||||
|
|
||||||
extern void emscripten_yield();
|
|
||||||
emscripten_yield();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Shutdown bgfx.
|
// Shutdown bgfx.
|
||||||
|
|
Loading…
Reference in a new issue