mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Load flats first so textures with the same name are prefered on walls
This commit is contained in:
parent
0d6b6efe0f
commit
68b78f44d8
1 changed files with 1 additions and 1 deletions
|
@ -1042,10 +1042,10 @@ void R_LoadTextures(void)
|
|||
|
||||
for (i = 0, w = 0; w < numwadfiles; w++)
|
||||
{
|
||||
i = Rloadtextures(i, w);
|
||||
#ifdef WALLFLATS
|
||||
i = Rloadflats(i, w);
|
||||
#endif
|
||||
i = Rloadtextures(i, w);
|
||||
}
|
||||
|
||||
#ifdef HWRENDER
|
||||
|
|
Loading…
Reference in a new issue