summaryrefslogtreecommitdiff
path: root/game/options.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/options.rpy')
-rw-r--r--game/options.rpy3
1 files changed, 1 insertions, 2 deletions
diff --git a/game/options.rpy b/game/options.rpy
index f2297a3..4ef2a51 100644
--- a/game/options.rpy
+++ b/game/options.rpy
@@ -26,6 +26,7 @@ init -2 python:
define gui.show_name = True
define _confirm_quit = False
define config.gl2 = False
+define config.allow_underfull_grids = True
## Debug
#define config.profile = True
@@ -262,5 +263,3 @@ init python:
define build.include_update = True
-define config.allow_underfull_grids = True
-