Skip to content
Snippets Groups Projects
Commit 227f69f0 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

fix missing mmx check

parent 6545284e
No related branches found
No related tags found
No related merge requests found
...@@ -1007,6 +1007,8 @@ void R_DrawSinglePlane(visplane_t *pl) ...@@ -1007,6 +1007,8 @@ void R_DrawSinglePlane(visplane_t *pl)
R_CheckFlatLength(W_LumpLength(levelflat->u.flat.lumpnum)); R_CheckFlatLength(W_LumpLength(levelflat->u.flat.lumpnum));
// Raw flats always have dimensions that are powers-of-two numbers. // Raw flats always have dimensions that are powers-of-two numbers.
ds_powersoftwo = true; ds_powersoftwo = true;
if (spanfunc == basespanfunc)
spanfunc = mmxspanfunc;
break; break;
default: default:
switch (type) switch (type)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment