mirror of
https://github.com/APercy/airutils.git
synced 2025-07-13 18:02:03 -04:00
added some recomended fixes by Niklp09
This commit is contained in:
parent
d4dae8b104
commit
99f0b94cd9
3 changed files with 11 additions and 9 deletions
|
@ -174,7 +174,7 @@ function airutils.stepfunc(self,dtime,colinfo)
|
|||
if self.logic then
|
||||
if self.view_range then self:sensefunc() end
|
||||
self:logic()
|
||||
execute_queues(self) -- !!! accessing undefined variable execute_queues
|
||||
--execute_queues(self)
|
||||
end
|
||||
|
||||
self.lastvelocity = self.object:get_velocity()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue