From 8aea3d661ae5d7624a4b90d4a5ebf3e5eac93df6 Mon Sep 17 00:00:00 2001 From: Riasan Date: Mon, 19 Aug 2019 19:12:04 +0200 Subject: [PATCH] Changed: set Fullscreen to 0 to prevent crashes on last OSX Version --HG-- branch : atys --- code/ryzom/client/client_default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/client_default.cfg b/code/ryzom/client/client_default.cfg index 3f3971ed5..7431807cf 100644 --- a/code/ryzom/client/client_default.cfg +++ b/code/ryzom/client/client_default.cfg @@ -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;