Math module improvements.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2017-02-17 19:16:39 -03:00
parent cee1075c9e
commit fdf67752a3
74 changed files with 769 additions and 769 deletions

View File

@@ -105,7 +105,7 @@ void MainLoop()
if ( imp->isKeyUp( KEY_F ) )
{
if ( win->isWindowed() ) {
win->setSize( win->getDesktopResolution().width(), win->getDesktopResolution().height(), false );
win->setSize( win->getDesktopResolution().getWidth(), win->getDesktopResolution().getHeight(), false );
} else {
win->setSize( 960, 640, true );
win->centerToScreen();