forked from Cavemanon/SnootGame
Fixes persistent cache and some spanish bull
This commit is contained in:
@ -1004,7 +1004,7 @@ screen preferences():
|
||||
vbox:
|
||||
style_prefix "check"
|
||||
label _("Performance")
|
||||
textbutton _("Cache Surfaces") action [Function(onclick_audio, config.cache_surfaces), ToggleVariable("config.cache_surfaces", True, False)]
|
||||
textbutton _("Cache Surfaces") action [Function(onclick_audio, persistent.cache), ToggleVariable("persistent.cache", True, False), ToggleVariable("config.cache_surfaces", True, False)]
|
||||
|
||||
## Additional vboxes of type "radio_pref" or "check_pref" can be
|
||||
## added here, to add additional creator-defined preferences.
|
||||
|
Reference in New Issue
Block a user