瀏覽代碼

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