Skip to content
Snippets Groups Projects
Commit 34eebcb4 authored by Eidolon's avatar Eidolon
Browse files

Reset interp scale when Lua sets .scale

parent 0f2e200f
Branches
Tags
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment