ソースを参照

Removed test code.

bkaradzic 13 年 前
コミット
caeecc72ce
1 ファイル変更0 行追加3 行削除
  1. 0 3
      examples/00-helloworld/helloworld.cpp

+ 0 - 3
examples/00-helloworld/helloworld.cpp

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