Browse Source

Removed comment.

bkaradzic 12 years ago
parent
commit
8c6db9155f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/00-helloworld/helloworld.cpp

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

@@ -16,7 +16,6 @@ int _main_(int _argc, char** _argv)
 	uint32_t debug = BGFX_DEBUG_TEXT;
 	uint32_t reset = BGFX_RESET_NONE;
 
-	// Now init for real example.
 	bgfx::init();
 	bgfx::reset(width, height);