Grass is now the default texture

This commit is contained in:
Functioning Member of Society 2022-10-29 20:14:29 -04:00
parent aa58a2945e
commit 171c890aa4

View File

@ -26,7 +26,7 @@ class TextureHandler
void loadAllTextures() void loadAllTextures()
{ {
int textureIndex = 0; int textureIndex = 0;
imageData = loadTexture("data/img/gold.png"); imageData = loadTexture("data/img/grass.png");
glPixelStorei(GL_UNPACK_ALIGNMENT, 1); glPixelStorei(GL_UNPACK_ALIGNMENT, 1);