Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Nov 7, 2024
1 parent 1dea842 commit 8a9bf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Runner/Scripts/Spawnable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected virtual void Awake()
#if UNITY_EDITOR
if (PrefabUtility.IsPartOfNonAssetPrefabInstance(gameObject))
#endif
m_Transform.SetParent(LevelManager.Instance.transform);
m_Transform.SetParent(LevelManager.Instance.transform);
}
}

Expand Down

0 comments on commit 8a9bf07

Please sign in to comment.