mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-14 13:15:14 +03:00
Math module improvements.
--HG-- branch : dev
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user