Browse Source

Removed debug code.

bkaradzic 12 years ago
parent
commit
35da923722
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/09-hdr/hdr.cpp

+ 0 - 2
examples/09-hdr/hdr.cpp

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