d3dx9_36: Move 'static' to the beginning of the declaration.
This commit is contained in:
parent
5eac14f11c
commit
b6a1951925
|
@ -1075,7 +1075,7 @@ HRESULT WINAPI D3DXFillCubeTexture(LPDIRECT3DCUBETEXTURE9 texture,
|
||||||
BYTE *data, *pos;
|
BYTE *data, *pos;
|
||||||
BYTE byte, mask;
|
BYTE byte, mask;
|
||||||
float comp_value;
|
float comp_value;
|
||||||
const static enum cube_coord coordmap[6][3] =
|
static const enum cube_coord coordmap[6][3] =
|
||||||
{
|
{
|
||||||
{ONE, YCOORDINV, XCOORDINV},
|
{ONE, YCOORDINV, XCOORDINV},
|
||||||
{ZERO, YCOORDINV, XCOORD},
|
{ZERO, YCOORDINV, XCOORD},
|
||||||
|
|
Loading…
Reference in New Issue