ref_gu: skybox_ext reordering

This commit is contained in:
Crow-bar
2022-10-10 16:54:11 +03:00
parent 40dca1ea1f
commit a375adb9ea

View File

@@ -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;