Skip to content

Commit

Permalink
Initialize _ as a local
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 committed Dec 3, 2024
1 parent 2821e42 commit bc8ce6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/sim/weapons/DefaultProjectileWeapon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ DefaultProjectileWeapon = ClassWeapon(Weapon) {
projVelX = projVelX * multiplier
projVelZ = projVelZ * multiplier

local targetPos
local targetPos, _
local targetVelX, targetVelZ = 0, 0

local data = self.CurrentSalvoData
Expand Down

0 comments on commit bc8ce6a

Please sign in to comment.