mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-31 09:49:06 +03:00
Remove trailing space characters in the formatting script
This commit is contained in:
@@ -31,7 +31,7 @@ func _process(_delta):
|
||||
return
|
||||
|
||||
var time = 0.0
|
||||
if sync_source == SyncSource.SYSTEM_CLOCK:
|
||||
if sync_source == SyncSource.SYSTEM_CLOCK:
|
||||
# Obtain from ticks.
|
||||
time = (OS.get_ticks_usec() - time_begin) / 1000000.0
|
||||
# Compensate.
|
||||
|
||||
Reference in New Issue
Block a user