mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update Weapon.lua
- Decreased min possible time step to 0.00001 seconds
This commit is contained in:
parent
8eb09beb96
commit
49b702106a
@ -804,7 +804,7 @@ function WEAPON:_TrackWeapon(time)
|
|||||||
|
|
||||||
-- Return next time the function is called or nil to stop the scheduler.
|
-- Return next time the function is called or nil to stop the scheduler.
|
||||||
if self.tracking then
|
if self.tracking then
|
||||||
if self.dtTrack and self.dtTrack>0.001 then
|
if self.dtTrack and self.dtTrack>=0.00001 then
|
||||||
return time+self.dtTrack
|
return time+self.dtTrack
|
||||||
else
|
else
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user