Skip to content

Commit

Permalink
fix vec2.terrainZ
Browse files Browse the repository at this point in the history
  • Loading branch information
rhazarian committed Mar 17, 2024
1 parent 59cd31d commit ba37a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/global/vec2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ local abs = math.abs

local location = Location and Location(0, 0)
local moveLocation = MoveLocation
local getLocationZ = GetLocationZ

local vec2 = {}

Expand Down

0 comments on commit ba37a78

Please sign in to comment.