Skip to content

Commit

Permalink
dam you linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyX5555 committed Aug 31, 2023
1 parent 800968a commit 333b49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/acf_rack/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function ENT:GetMunitionAngPos(missile, _, attachname)
local mountpoint = VerifyMountData(RackData.mountpoints[attachname])
local inverted = RackData.inverted or false

local pos = self:LocalToWorld(mountpoint.pos + mountpoint.offset + mountpoint.scaledir * offset)
local pos = self:LocalToWorld(mountpoint.pos + mountpoint.offset + mountpoint.scaledir * offset)

debugoverlay.Cross(pos, 5, 5, Color(0,255,0,255), true)

Expand Down

0 comments on commit 333b49f

Please sign in to comment.