Changed the initial debug message

This commit is contained in:
Anthony Berg 2020-07-15 16:33:03 +01:00
parent 0853a4d4f0
commit 62fb24f9bb

View File

@ -119,7 +119,7 @@ public class properties : MonoBehaviour
{ {
if (data != null && test == 0) if (data != null && test == 0)
{ {
Debug.Log(data[1].printTitle()); Debug.Log(data[0].printTitle());
test++; test++;
} }
} }