From 52a49a22476b839b77c98f16ab4533cbb86ab188 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sat, 9 Mar 2013 16:34:06 -0800 Subject: [PATCH] GL context sucks. --- examples/00-helloworld/helloworld.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/00-helloworld/helloworld.cpp b/examples/00-helloworld/helloworld.cpp index 29119205..d521ad0f 100644 --- a/examples/00-helloworld/helloworld.cpp +++ b/examples/00-helloworld/helloworld.cpp @@ -16,12 +16,6 @@ int _main_(int _argc, char** _argv) uint32_t debug = BGFX_DEBUG_TEXT; uint32_t reset = BGFX_RESET_NONE; - // It's possible to call init/shutdown sequence multiple times inside - // the same application if it is necessary. State created between one - // init and shutdown doesn't carry over to another. - bgfx::init(); - bgfx::shutdown(); - // Now init for real example. bgfx::init(); bgfx::reset(width, height);