Skip to content

Commit

Permalink
Fix threapool is not processing
Browse files Browse the repository at this point in the history
  • Loading branch information
imjp94 committed Jun 11, 2023
1 parent 092898a commit 3f8dc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/gd-plug/plug.gd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func _initialize():
# NOTE: Do no put anything after this line except request_quit(), as _plug_*() may call request_quit()
request_quit()

func _idle(delta):
func _process(delta):
threadpool.process(delta)

func _finalize():
Expand Down

0 comments on commit 3f8dc73

Please sign in to comment.