mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 13:51:45 +08:00
ref_gu: skybox_ext reordering
This commit is contained in:
@@ -67,7 +67,7 @@ float r_turbsin[] =
|
||||
|
||||
static int CheckSkybox( const char *name )
|
||||
{
|
||||
const char *skybox_ext[3] = { "dds", "tga", "bmp" };
|
||||
const char *skybox_ext[3] = { "bmp", "tga", "dds" };
|
||||
int i, j, num_checked_sides;
|
||||
const char *sidename;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user