X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=r_sprites.c;fp=r_sprites.c;h=d01c99a47c0549984daa755d7f5d12c3a1ff79b0;hb=dc18f6c95faaa755790bbd4a57cdc01d0da35191;hp=b9d3293e9b21165958f2071e1ff78b5aa57202bf;hpb=07a8346524effa8fad1197113f53cfda06dea672;p=xonotic%2Fdarkplaces.git diff --git a/r_sprites.c b/r_sprites.c index b9d3293e..d01c99a4 100644 --- a/r_sprites.c +++ b/r_sprites.c @@ -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); } }