Merge branch 'udmf-texture-scaling' into udmf-floor-ceiling-texture-scaling

This commit is contained in:
Lactozilla 2023-11-26 03:57:51 -03:00
commit ef9b2b7ef8

View file

@ -2086,7 +2086,6 @@ void R_StoreWallRange(INT32 start, INT32 stop)
}
rw_toptexturemid = FixedMul(rw_toptexturemid, rw_toptexturescaley);
rw_toptextureslide = FixedMul(rw_toptextureslide, rw_toptexturescaley);
}
// check BOTTOM TEXTURE
@ -2127,7 +2126,6 @@ void R_StoreWallRange(INT32 start, INT32 stop)
}
rw_bottomtexturemid = FixedMul(rw_bottomtexturemid, rw_bottomtexturescaley);
rw_bottomtextureslide = FixedMul(rw_bottomtextureslide, rw_bottomtexturescaley);
}
rw_toptexturemid += toprowoffset;