diff --git a/include/TextureHandler.h b/include/TextureHandler.h index 7a521ac..0260641 100644 --- a/include/TextureHandler.h +++ b/include/TextureHandler.h @@ -26,7 +26,7 @@ class TextureHandler void loadAllTextures() { int textureIndex = 0; - imageData = loadTexture("data/img/gold.png"); + imageData = loadTexture("data/img/grass.png"); glPixelStorei(GL_UNPACK_ALIGNMENT, 1);