Removed debug code.

This commit is contained in:
bkaradzic 2013-02-26 21:33:19 -08:00
parent b0e72319c4
commit 35da923722

View file

@ -493,8 +493,6 @@ int _main_(int _argc, char** _argv)
bgfx::RenderTargetHandle blur; bgfx::RenderTargetHandle blur;
blur = bgfx::createRenderTarget(width/8, height/8, BGFX_RENDER_TARGET_COLOR_RGBA); blur = bgfx::createRenderTarget(width/8, height/8, BGFX_RENDER_TARGET_COLOR_RGBA);
entry::setWindowSize(1600, 900);
uint32_t oldWidth = 0; uint32_t oldWidth = 0;
uint32_t oldHeight = 0; uint32_t oldHeight = 0;