smallest fix ever
This commit is contained in:
parent
68aab91437
commit
b87c36273e
1 changed files with 2 additions and 2 deletions
|
@ -208,8 +208,8 @@ func _on_play_button_pressed() -> void:
|
|||
|
||||
func _physics_process(_delta: float) -> void:
|
||||
if (playing):
|
||||
if (index > loaded_frames.size()):
|
||||
_on_stop_button_pressed()
|
||||
if (index >= loaded_frames.size()):
|
||||
_on_stop_button_pressed()
|
||||
return
|
||||
var j = 0
|
||||
for i in stage["bit_mapping"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue