]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.c
added cvar r_fixtrans_auto to automatically call fixtrans on all textures that are...
[xonotic/darkplaces.git] / model_brush.c
index 0b1293ae336bbf217c8455037efe7ad833169e90..ebcd7bf1cc40995351e277e4e6dfa9465ae8ad87 100644 (file)
@@ -1510,7 +1510,7 @@ static void Mod_Q1BSP_LoadTextures(lump_t *l)
                        {
                                if (loadmodel->isworldmodel)
                                {
-                                       data = loadimagepixels(tx->name, false, 0, 0);
+                                       data = loadimagepixels(tx->name, false, 0, 0, false);
                                        if (data)
                                        {
                                                R_Q1BSP_LoadSplitSky(data, image_width, image_height, 4);