Re-enable screen prediction

This commit is contained in:
LoafyLemon 2022-06-20 19:45:05 +01:00
parent 16bea0cbde
commit 4cce755c7f
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ define config.debug_image_cache = False
define config.mipmap_movies = (not renpy.android)
define config.mipmap_text = (not renpy.android)
define config.mipmap_dissolves = (not renpy.android)
define config.predict_screen_statements = False
define config.predict_screens = False
# define config.predict_screen_statements = False
# define config.predict_screens = False
# Disable automatic image scanning
define config.automatic_images = None