mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
pos
This commit is contained in:
@@ -671,7 +671,7 @@ function POSITIONABLE:GetBoundingRadius( MinDist )
|
|||||||
return math.max( math.max( CX, CZ ), boxmin )
|
return math.max( math.max( CX, CZ ), boxmin )
|
||||||
end
|
end
|
||||||
|
|
||||||
BASE:E( { "Cannot GetBoundingRadius", Positionable = self, Alive = self:IsAlive() } )
|
BASE:T( { "Cannot GetBoundingRadius", Positionable = self, Alive = self:IsAlive() } )
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user