mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 23:21:19 +02:00
- bugfix for g3d viewer to work in wxwidgets 2.9.4
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user