Skip to content

Commit

Permalink
fix: fix error message - bug 143 (#513)
Browse files Browse the repository at this point in the history
Co-authored-by: Balloonpopper <[email protected]>
  • Loading branch information
balloonpopper and Balloonpopper authored Feb 25, 2022
1 parent 26a6e5b commit deac3df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
]
Expand Down

0 comments on commit deac3df

Please sign in to comment.