Fix get_delta() causing issues

This commit is contained in:
JeremyStar™ 2023-06-26 20:27:22 +02:00
parent e0649b43c4
commit e4b3e5d85f

View file

@ -77,7 +77,7 @@ func get_fps() -> float:
func get_rendertime() -> float:
return Performance.get_monitor(Performance.TIME_PROCESS)
get_delta() -> float:
func get_delta() -> float:
return delta
func _ready() -> void: