]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_sprites.c
Disable PRVM_64 until it can be developed further. Improves perf. in some cases
[xonotic/darkplaces.git] / r_sprites.c
index b9d3293e9b21165958f2071e1ff78b5aa57202bf..d01c99a47c0549984daa755d7f5d12c3a1ff79b0 100644 (file)
@@ -420,7 +420,7 @@ static void R_Model_Sprite_Draw_TransparentCallback(const entity_render_t *ent,
                                for (i = 0; i < 4; i++)
                                        R_DebugLine(vertex3f + i * 3, vertex3f + ((i + 1) % 4) * 3);
 
-                       R_DrawCustomSurface_Texture(texture, &identitymatrix, texture->currentmaterialflags, 0, 4, 0, 2, false, false);
+                       R_DrawCustomSurface_Texture(texture, &identitymatrix, texture->currentmaterialflags, 0, 4, 0, 2, false, false, false);
                }
        }