Changed: set Fullscreen to 0 to prevent crashes on last OSX Version

--HG--
branch : atys
hg/atys
Riasan 5 years ago
parent e3fbe18162
commit 8aea3d661a

@ -15,7 +15,7 @@ SaveConfig = 1;
Driver3D="Auto"; // Valid values are "Auto" or "0", "OpengGL" or "1" & "Direct3D" or "2"
// "Auto" will choose the best suited driver depending on hardware
FullScreen = 1;
FullScreen = 0;
Width = 0;
Height = 0;
PositionX = 0;

Loading…
Cancel
Save