mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
remove Sleep() in demo function
This commit is contained in:
parent
119317686c
commit
1d5c813806
2 changed files with 0 additions and 4 deletions
|
@ -188,8 +188,6 @@ int _main_(int /*_argc*/, char** /*_argv*/)
|
|||
// Advance to next frame. Rendering thread will be kicked to
|
||||
// process submitted rendering primitives.
|
||||
bgfx::frame();
|
||||
//just to prevent my CG Fan to howl
|
||||
Sleep(2);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -139,8 +139,6 @@ int _main_(int /*_argc*/, char** /*_argv*/)
|
|||
// Advance to next frame. Rendering thread will be kicked to
|
||||
// process submitted rendering primitives.
|
||||
bgfx::frame();
|
||||
//just to prevent my CG Fan to howl
|
||||
Sleep(2);
|
||||
}
|
||||
|
||||
//destroy the fonts
|
||||
|
|
Loading…
Reference in a new issue