mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 22:16:03 +01:00
Quick tidy and optimizations of a few functions
This commit is contained in:
@@ -463,7 +463,7 @@ function PerformRaycast(startCoords, endCoords, entity, flags)
|
||||
local shapeTest = StartExpensiveSynchronousShapeTestLosProbe(
|
||||
startCoords.x, startCoords.y, startCoords.z,
|
||||
endCoords.x, endCoords.y, endCoords.z,
|
||||
flags or 4294967295, entity, 0
|
||||
flags or 4294967295, entity, 4
|
||||
)
|
||||
|
||||
return GetShapeTestResult(shapeTest)
|
||||
|
||||
Reference in New Issue
Block a user