mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 20:41:25 +00:00
Merge branch 'udmf-texture-scaling' into udmf-floor-ceiling-texture-scaling
This commit is contained in:
commit
ef9b2b7ef8
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue