diff --git a/content/page/la-2029.md b/content/page/la-2029.md index 80f6592..ecf3692 100644 --- a/content/page/la-2029.md +++ b/content/page/la-2029.md @@ -145,8 +145,6 @@ public class ObjectLoader : MonoBehaviour void LoadObject() { - // GameObject clone = Instantiate(prefab, spawnPoint.position, spawnPoint.rotation); - // this.clone = clone; GameObject clone = ObjectPooler.SharedInstance.GetPooledObject(prefabName); if(clone != null) {