Grass is now the default texture
This commit is contained in:
parent
aa58a2945e
commit
171c890aa4
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user