mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
OpenGL: yflip is used to hold more then true/false
This commit is contained in:
parent
5ba363fda6
commit
35168ddeae
1 changed files with 1 additions and 1 deletions
|
@ -1435,7 +1435,7 @@ static const boolean gl_ext_arb_vertex_buffer_object = true;
|
|||
|
||||
// The texture offset to be applied to the texture coordinates in SkyVertex().
|
||||
static int rows, columns;
|
||||
static boolean yflip;
|
||||
static signed char yflip;
|
||||
static int texw, texh;
|
||||
static boolean foglayer;
|
||||
static float delta = 0.0f;
|
||||
|
|
Loading…
Reference in a new issue