- bugfix for g3d viewer to work in wxwidgets 2.9.4

This commit is contained in:
Mark Vejvoda 2013-11-17 08:06:06 +00:00
parent c825acd69f
commit a6fff895b3
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ void MainWindow::onPaint(wxPaintEvent &event) {
int viewportH = GetSize().y;
#endif
printf("%d x %d\n",viewportW,viewportH);
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("%d x %d\n",viewportW,viewportH);
#if defined(WIN32)
renderer->reset(viewportW, viewportH, playerColor);