mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
- bugfix for g3d viewer to work in wxwidgets 2.9.4
This commit is contained in:
parent
c825acd69f
commit
a6fff895b3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user