- disabled R_DrawColumnHorizP_ASM because that function appears prone to crashing when rendering decals.
This commit is contained in:
parent
0ed0c47a45
commit
d0cf34890c
2 changed files with 3 additions and 2 deletions
|
|
@ -2556,7 +2556,7 @@ void R_InitColumnDrawers ()
|
|||
{
|
||||
#ifdef X86_ASM
|
||||
R_DrawColumn = R_DrawColumnP_ASM;
|
||||
R_DrawColumnHoriz = R_DrawColumnHorizP_ASM;
|
||||
R_DrawColumnHoriz = R_DrawColumnHorizP_C;
|
||||
R_DrawFuzzColumn = R_DrawFuzzColumnP_ASM;
|
||||
R_DrawTranslatedColumn = R_DrawTranslatedColumnP_C;
|
||||
R_DrawShadedColumn = R_DrawShadedColumnP_C;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue