Compare commits

..

No commits in common. '196f6e413841d2c2e8a28c6fb80e820620979eb3' and 'd75e381d65f0209802cfc892f4955d9efba1537f' have entirely different histories.

  1. 2
      main.cpp

@ -26,7 +26,7 @@ int main(){
tileData.push_back(mapTileGrid);
}
printf("Layer 5, Row 115, Col 44 (X:43,Y:117) - %d",tileData[4][116][44]);
printf("Layer 6, Row 116, Col 44 (X:43,Y:117) - %d",tileData[4][116][44]);
return -1;
}

Loading…
Cancel
Save