Skip to content

Commit

Permalink
Fix typo in schedule_once (#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
alej0varas authored Feb 18, 2025
1 parent 4d09ac6 commit 33c4e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcade/window_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def some_action(delta_time):
print(delta_time)
# Call the function once after 1 second
arcade.schedule_one(some_action, 1)
arcade.schedule_once(some_action, 1)
Args:
function_pointer:
Expand Down

0 comments on commit 33c4e2d

Please sign in to comment.