Add files via upload

master
TheTermos 2019-10-27 19:05:23 +01:00 committed by GitHub
parent 56595ddb85
commit 68b040f8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -909,11 +909,11 @@ function mobkit.stepfunc(self,dtime) -- not intended to be modified
self.isonground = false
end
self:physics(self)
self:physics()
if self.logic then
if self.view_range then self:sensefunc() end
self:logic(self)
self:logic()
execute_queues(self)
end