From 8c6db9155fff8e2248e90353c9301c60da130ac7 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sat, 9 Mar 2013 16:35:04 -0800 Subject: [PATCH] Removed comment. --- examples/00-helloworld/helloworld.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/00-helloworld/helloworld.cpp b/examples/00-helloworld/helloworld.cpp index d521ad0f..447c5a12 100644 --- a/examples/00-helloworld/helloworld.cpp +++ b/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);