mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-03-15 04:11:24 +00:00
One last fix
This commit is contained in:
parent
7b3d55fef8
commit
86cd98a966
1 changed files with 1 additions and 1 deletions
|
@ -847,7 +847,7 @@ function mob:on_step(dtime, moveresult)
|
|||
self:_vitals()
|
||||
end
|
||||
if self._physics then
|
||||
self:_physics()
|
||||
self:_physics(moveresult)
|
||||
end
|
||||
self._prop_tick = prop_tick
|
||||
if self:timer(10) then self:store_nearby_objects() end -- Reduce expensive calls
|
||||
|
|
Loading…
Add table
Reference in a new issue