Cleanup
This commit is contained in:
@ -5,7 +5,7 @@ extends DebugLabel
|
||||
@export var precision := 0.1
|
||||
@export var suffix := ""
|
||||
|
||||
func _process(_delta):
|
||||
func _process(_delta: float):
|
||||
match monitor:
|
||||
Performance.Monitor.TIME_PROCESS, Performance.Monitor.TIME_PHYSICS_PROCESS:
|
||||
text = str(snapped(Performance.get_monitor(monitor) * 1000, 0.1)) + " ms"
|
||||
|
Reference in New Issue
Block a user