Compare commits
No commits in common. "5689b713ca9f2bc5c3dfadf23b56473676af7494" and "dfed18b62c4a098a73528d6d9e58a7395daa9ad0" have entirely different histories.
5689b713ca
...
dfed18b62c
|
@ -27,8 +27,6 @@ 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…
Reference in New Issue