fix: add corerctly elements on map to edit

This commit is contained in:
Djelal BOUDJI 2025-05-17 18:02:07 +02:00
parent 4992ae9e79
commit 9d1314a75f

View File

@ -133,7 +133,7 @@ public class LevelLoader : MonoBehaviour
public void Start()
{
if (!editMode)
if (!createMode)
{
levelsLoader = GameObject
.FindGameObjectWithTag("LevelsLoader")