lighten up a bit
This commit is contained in:
parent
ccec3665c3
commit
3f4e404dc8
8
app.cc
8
app.cc
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user