mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
Removed ceiling of vehicle sizes
This commit is contained in:
@@ -601,7 +601,7 @@ function RADAR:GetVehsHitByRay( ownVeh, vehs, s, e )
|
||||
d.relPos = relativePos
|
||||
d.dist = UTIL:Round( distance, 2 )
|
||||
d.speed = UTIL:Round( speed, 3 )
|
||||
d.size = math.ceil( size )
|
||||
d.size = size
|
||||
|
||||
table.insert( t, d )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user