Skip to content

Commit

Permalink
Make sure do nothing if autorun=false
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Nov 26, 2024
1 parent 96a916f commit 9c84c81
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 9c84c81

Please sign in to comment.