Fix get_delta() causing issues
This commit is contained in:
parent
e0649b43c4
commit
e4b3e5d85f
1 changed files with 1 additions and 1 deletions
2
wmgr.gd
2
wmgr.gd
|
@ -77,7 +77,7 @@ func get_fps() -> float:
|
||||||
func get_rendertime() -> float:
|
func get_rendertime() -> float:
|
||||||
return Performance.get_monitor(Performance.TIME_PROCESS)
|
return Performance.get_monitor(Performance.TIME_PROCESS)
|
||||||
|
|
||||||
get_delta() -> float:
|
func get_delta() -> float:
|
||||||
return delta
|
return delta
|
||||||
|
|
||||||
func _ready() -> void:
|
func _ready() -> void:
|
||||||
|
|
Loading…
Reference in a new issue