mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
no need SetDisplayDefaults
This commit is contained in:
parent
971a354ebe
commit
f1fa36fe60
1 changed files with 0 additions and 7 deletions
|
|
@ -64,13 +64,6 @@ static bool isScreenSaverRunning()
|
|||
return sreensaver;
|
||||
}
|
||||
|
||||
void SetDisplayDefaults()
|
||||
{
|
||||
//changes the settings of the default display device
|
||||
//to the default mode
|
||||
ChangeDisplaySettings(NULL, 0);
|
||||
}
|
||||
|
||||
Win32Window::Win32Window(): mMouseLockPosition(0,0),
|
||||
mShouldLockMouse(false),
|
||||
mMouseLocked(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue