verticies -> vertices everywhere

This commit is contained in:
Adam
2017-08-12 14:02:47 -04:00
parent c0a530fe29
commit 61f276a799
2 changed files with 18 additions and 18 deletions

View File

@@ -407,7 +407,7 @@ public class ModelViewer
y *= TILE_SCALE;
/*
Split into two triangles with verticies
Split into two triangles with vertices
x,y,z1 x+1,y,z2 x,y+1,z3
x,y+1,z3 x+1,y,z2 x+1,y+1,z4