[Orxonox-commit 3602] r8287 - code/branches/kicklib2/src/libraries/core
rgrieder at orxonox.net
rgrieder at orxonox.net
Thu Apr 21 20:22:37 CEST 2011
Author: rgrieder
Date: 2011-04-21 20:22:36 +0200 (Thu, 21 Apr 2011)
New Revision: 8287
Modified:
code/branches/kicklib2/src/libraries/core/GUIManager.cc
Log:
Fixed build error arisen by the merging.
Modified: code/branches/kicklib2/src/libraries/core/GUIManager.cc
===================================================================
--- code/branches/kicklib2/src/libraries/core/GUIManager.cc 2011-04-21 18:21:37 UTC (rev 8286)
+++ code/branches/kicklib2/src/libraries/core/GUIManager.cc 2011-04-21 18:22:36 UTC (rev 8287)
@@ -612,9 +612,6 @@
void GUIManager::windowResized(unsigned int newWidth, unsigned int newHeight)
{
this->guiRenderer_->setDisplaySize(CEGUI::Size((float)newWidth, (float)newHeight));
-#else
- this->guiRenderer_->setDisplaySize(CEGUI::Size((float)newWidth, (float)newHeight));
-#endif
}
/**
More information about the Orxonox-commit
mailing list