Skip to content

Commit

Permalink
Update cl_init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
marchc1 committed Sep 2, 2024
1 parent 8dae6a2 commit 6693147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/entities/acf_baseplate/cl_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function ENT:DrawGizmos()
local Pos = self:GetPos()
local Size = self.Size

render.SetColorMaterial()
render.DrawBeam(Pos, self:LocalToWorld(Vector(Size.x / 2, 0, 0)), 2, 0, 1, COLOR_Black)
render.DrawBeam(Pos, self:LocalToWorld(Vector(Size.x / 2, 0, 0)), 1, 0, 1, COLOR_Red)
render.DrawBeam(Pos, self:LocalToWorld(Vector(0, -Size.y / 2, 0)), 2, 0, 1, COLOR_Black)
Expand Down

0 comments on commit 6693147

Please sign in to comment.