Map stuff some more, about to do more packing stuff

This commit is contained in:
2025-03-02 21:53:40 -06:00
parent 3e799eb648
commit d81775054d
12 changed files with 64 additions and 17 deletions

View File

@ -12,7 +12,7 @@
void overworldRender() {
mapShaderUse();
quadRender(OVERWORLD.mapWidth * OVERWORLD.mapHeight);
quadRender(OVERWORLD.mapWidth*OVERWORLD.mapHeight*OVERWORLD.mapLayerCount);
entityShaderUse();
quadRender(OVERWORLD.entityCount);