summaryrefslogtreecommitdiff
path: root/client/map/map.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/map.gd')
-rw-r--r--client/map/map.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/map.gd b/client/map/map.gd
index f6258cc6..ce3c6dfa 100644
--- a/client/map/map.gd
+++ b/client/map/map.gd
@@ -52,7 +52,7 @@ func clear_tile(pos: Vector2i):
func _ready():
voxelgi_timer.connect("timeout", gi_bake)
- Settings.hook_changed("graphics.gi", apply_gi_setting)
+ Settings.hook_changed("graphics.gi", false, apply_gi_setting)
func apply_gi_setting(state):
if state == "voxelgi" and not currently_baked: