diff --git a/wmgr.gd b/wmgr.gd index 5a948d0..20c04ea 100644 --- a/wmgr.gd +++ b/wmgr.gd @@ -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: