Skip to content

Commit

Permalink
Fixed: Practice button not working
Browse files Browse the repository at this point in the history
  • Loading branch information
stmSi committed May 28, 2023
1 parent bdea885 commit 34dc878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Autoload/SceneChanger.gd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ func change_to_take_custom_exercises_scene(exercises: PackedStringArray):
custom_exercises = exercises;
goto_scene(take_custom_exercises_scene)


func change_to_take_exercise_scene():
goto_scene(take_exercise_scene)

func change_to_exercise_editor_scene():
get_tree().paused = false
Expand Down

0 comments on commit 34dc878

Please sign in to comment.