Cleaned map a bit
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
void overworldRender() {
|
||||
mapShaderUse();
|
||||
quadRender(
|
||||
OVERWORLD.mapWidth * OVERWORLD.mapHeight * OVERWORLD.mapLayerCount
|
||||
OVERWORLD.map.width * OVERWORLD.map.height * OVERWORLD.map.layerCount
|
||||
);
|
||||
|
||||
entityShaderUse();
|
||||
|
Reference in New Issue
Block a user