Render pipeline working.

This commit is contained in:
2021-05-20 22:47:26 -07:00
parent f6a4be2f3c
commit 8fbf353cd9
11 changed files with 53 additions and 41 deletions

View File

@@ -45,8 +45,6 @@ void tilesetInit(tileset_t *tileset,
tileset->divisions[i].y1 = tileset->divisions[i].y0 + tdivY;
}
}
return tileset;
}
tilesetdiv_t tilesetGetDivision(tileset_t *tileset,int32_t column,int32_t row) {