Fix some typos in comments

This commit is contained in:
Dominic Szablewski
2021-09-14 08:35:55 +02:00
parent 462e00af49
commit 944249b25f
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ map_load_container = async (path) => {
for (let j = 0; j < b.length;) {
// First value is either the x coordinate or a texture change
// sentinel value (255) followed by the texture coordinate
// sentinel value (255) followed by the texture index
if (b[j] == 255) {
j++;
t = b[j++];