lighten up a bit

This commit is contained in:
Josh Holtrop 2015-10-13 23:33:44 -04:00
parent ccec3665c3
commit 3f4e404dc8

8
app.cc
View File

@ -83,10 +83,10 @@ bool init(void)
} }
else else
{ {
texture_data[i][j][0] = 0; texture_data[i][j][0] = 100;
texture_data[i][j][1] = 0; texture_data[i][j][1] = 100;
texture_data[i][j][2] = 0; texture_data[i][j][2] = 100;
texture_data[i][j][3] = 0; texture_data[i][j][3] = 100;
} }
} }
} }