Compare commits
2 commits
dfed18b62c
...
5689b713ca
Author | SHA1 | Date | |
---|---|---|---|
5689b713ca | |||
44f0abbedf |
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ func frame_inc(frame: int):
|
|||
time_targets[frame] = target
|
||||
|
||||
func frames_change(_start: int, end: int):
|
||||
if not time_targets.has(end):
|
||||
return
|
||||
if time_targets[end] != target:
|
||||
set_target(time_targets[end].get_billiard())
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue