Skip to content

Commit 661244b

Browse files
tanitaka-techAtlinx
authored andcommitted
fix: Fixed nullException when using PlayerLoop dependent GDTask in _EnterTree
1 parent cf58e02 commit 661244b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/GDTask/Autoload/GDTaskPlayerLoopAutoload.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static GDTaskPlayerLoopAutoload Global
8181
private PlayerLoopRunner[] runners;
8282
private ProcessListener processListener;
8383

84-
public override void _Ready()
84+
public override void _EnterTree()
8585
{
8686
if (s_Global == null)
8787
{

0 commit comments

Comments
 (0)