We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf58e02 commit 661244bCopy full SHA for 661244b
addons/GDTask/Autoload/GDTaskPlayerLoopAutoload.cs
@@ -81,7 +81,7 @@ public static GDTaskPlayerLoopAutoload Global
81
private PlayerLoopRunner[] runners;
82
private ProcessListener processListener;
83
84
- public override void _Ready()
+ public override void _EnterTree()
85
{
86
if (s_Global == null)
87
0 commit comments