Skip to content

Commit

Permalink
Merge pull request #726 from hadashiA/ku/fix-autorun
Browse files Browse the repository at this point in the history
Make sure do nothing if autorun=false
  • Loading branch information
hadashiA authored Nov 30, 2024
2 parents b84428c + 9c84c81 commit d58b654
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ protected virtual void Awake()
}
try
{
Parent = GetRuntimeParent();
if (autoRun)
{
Build();
Expand Down

0 comments on commit d58b654

Please sign in to comment.