diff options
Diffstat (limited to 'client/map/progress.gd')
-rw-r--r-- | client/map/progress.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/map/progress.gd b/client/map/progress.gd index 52415b95..94670651 100644 --- a/client/map/progress.gd +++ b/client/map/progress.gd @@ -21,4 +21,3 @@ func set_progress(progress: float, bad: bool): var mat: ShaderMaterial = self.get_active_material(0) mat.set_shader_parameter("progress", progress) mat.set_shader_parameter("bad", bad) - |