diff --git a/app.cc b/app.cc index cf8df24..3128b53 100644 --- a/app.cc +++ b/app.cc @@ -83,10 +83,10 @@ bool init(void) } else { - texture_data[i][j][0] = 0; - texture_data[i][j][1] = 0; - texture_data[i][j][2] = 0; - texture_data[i][j][3] = 0; + texture_data[i][j][0] = 100; + texture_data[i][j][1] = 100; + texture_data[i][j][2] = 100; + texture_data[i][j][3] = 100; } } }