fix 2 iq
This commit is contained in:
parent
92085b9228
commit
1cc01e7cf9
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ const VERTICES_BLOCK_SIZE = 2 * 3 * 3;
|
|||
const TEXCOORDS_BLOCK_SIZE = 2 * 2 * 3;
|
||||
const X_DIRECTION = 0;
|
||||
const Y_DIRECTION = 1;
|
||||
const Z_DIRECTION = 3;
|
||||
const Z_DIRECTION = 2;
|
||||
|
||||
const RawQuad = struct {
|
||||
tile: u32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue