Skip to content

Commit

Permalink
fix: Fixed nullException when using PlayerLoop dependent GDTask in _E…
Browse files Browse the repository at this point in the history
…nterTree
  • Loading branch information
tanitaka-tech authored and Atlinx committed Sep 9, 2024
1 parent cf58e02 commit 661244b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/GDTask/Autoload/GDTaskPlayerLoopAutoload.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static GDTaskPlayerLoopAutoload Global
private PlayerLoopRunner[] runners;
private ProcessListener processListener;

public override void _Ready()
public override void _EnterTree()
{
if (s_Global == null)
{
Expand Down

0 comments on commit 661244b

Please sign in to comment.