Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Feb 4, 2019
1 parent 2743ff8 commit 43b8877
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
local scheduler = TaskScheduler:CreateScheduler(targetedMinimumFPS)
scheduler:QueueTask(funtion)
scheduler:QueueTask(function)
scheduler:Pause()
scheduler:Resume()
scheduler:Destroy()
Expand Down

0 comments on commit 43b8877

Please sign in to comment.