Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10279


Ignore:
Timestamp:
Feb 18, 2015, 9:57:42 PM (9 years ago)
Author:
landauf
Message:

fixed msvc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/GUIManager.cc

    r10271 r10279  
    846846        this->guiRenderer_->setDisplaySize(CEGUI::Size((float)newWidth, (float)newHeight));
    847847#endif
    848         this->rootWindow_->setSize(CEGUI::UVector2(CEGUI::UDim(1, newWidth), CEGUI::UDim(1, newHeight)));
     848        this->rootWindow_->setSize(CEGUI::UVector2(CEGUI::UDim(1, (float)newWidth), CEGUI::UDim(1, (float)newHeight)));
    849849    }
    850850
Note: See TracChangeset for help on using the changeset viewer.