mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 19:31:05 +00:00
Reset interp scale when Lua sets .scale
This commit is contained in:
parent
0f2e200fa1
commit
34eebcb4b8
1 changed files with 1 additions and 0 deletions
|
@ -767,6 +767,7 @@ static int mobj_set(lua_State *L)
|
|||
scale = FRACUNIT/100;
|
||||
mo->destscale = scale;
|
||||
P_SetScale(mo, scale);
|
||||
mo->old_scale = scale;
|
||||
break;
|
||||
}
|
||||
case mobj_destscale:
|
||||
|
|
Loading…
Reference in a new issue