mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -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
|
||||
// process submitted rendering primitives.
|
||||
bgfx::frame();
|
||||
|
||||
extern void emscripten_yield();
|
||||
emscripten_yield();
|
||||
}
|
||||
|
||||
// Shutdown bgfx.
|
||||
|
|
Loading…
Reference in a new issue