remove Sleep() in demo function

This commit is contained in:
Jeremie Roy 2013-04-23 22:51:59 +02:00
parent 119317686c
commit 1d5c813806
2 changed files with 0 additions and 4 deletions

View file

@ -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);
}

View file

@ -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