small racing game im working on
Diffstat (limited to 'classes/platform.gd')
-rw-r--r--classes/platform.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/platform.gd b/classes/platform.gd
index 5b86671..2e89c35 100644
--- a/classes/platform.gd
+++ b/classes/platform.gd
@@ -101,4 +101,3 @@ func highlight() -> void: mesh.set_surface_override_material(0, MatMap.get_highl
# utility functions
func reset_map():
mesh.set_surface_override_material(0, MatMap.map[mat])
-