From 196f6e413841d2c2e8a28c6fb80e820620979eb3 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 12 Oct 2022 20:11:28 +0000 Subject: [PATCH] It's layer 5 Co-authored-by: sigonasr2 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 13f5b66..f0796ae 100644 --- a/main.cpp +++ b/main.cpp @@ -26,7 +26,7 @@ int main(){ tileData.push_back(mapTileGrid); } - printf("Layer 5, Row 116, Col 44 (X:43,Y:117) - %d",tileData[4][116][44]); + printf("Layer 5, Row 115, Col 44 (X:43,Y:117) - %d",tileData[4][116][44]); return -1; }