Merge branch 'interpolate-models' into 'next'

Interpolate Models when Scaling Mobjs

See merge request STJr/SRB2!2021
This commit is contained in:
sphere 2023-06-15 23:26:50 +00:00
commit 331c81f32d

View file

@ -1660,7 +1660,7 @@ boolean HWR_DrawModel(gl_vissprite_t *spr)
#endif
// SRB2CBTODO: MD2 scaling support
finalscale *= FIXED_TO_FLOAT(spr->mobj->scale);
finalscale *= FIXED_TO_FLOAT(interp.scale);
p.flip = atransform.flip;
#ifdef USE_FTRANSFORM_MIRROR