Disabled debug code.

This commit is contained in:
Ashby Issac 2026-01-23 15:33:56 +05:30
parent d603699981
commit 141eef7aef

View File

@ -271,8 +271,8 @@ public class GameplayManager : MonoBehaviour, IBase, IBootLoader, IDataLoader
} }
} }
var tempPos = playerGameDatasDict[currentPlayerTypeTurn].playerCornerEntity.transform.position; // var tempPos = playerGameDatasDict[currentPlayerTypeTurn].playerCornerEntity.transform.position;
pointerDebug.position = new Vector3(tempPos.x, 3f, tempPos.z); // pointerDebug.position = new Vector3(tempPos.x, 3f, tempPos.z);
pointerMeshRend.material = turnMat; pointerMeshRend.material = turnMat;
// pointerMeshRend.materials[0] = turnMat; // pointerMeshRend.materials[0] = turnMat;