fix: fix error message - bug 143 (#513)

Co-authored-by: Balloonpopper <balloonpopper@git.com>
This commit is contained in:
balloonpopper
2022-02-25 18:17:01 +11:00
committed by GitHub
parent 26a6e5bd18
commit deac3df61d

View File

@@ -191,7 +191,7 @@ func push(p_target, p_time: float = 0.0, p_type: int = 0):
escoria.logger.report_warnings(
"esc_camera.gd:push()",
[
"Tween is still active:" % [
"Tween is still active: %f/%f" % [
_tween.tell(),
_tween.get_runtime()
]