Skip to content

Commit

Permalink
Fixed: Some runtime errors
Browse files Browse the repository at this point in the history
Added: Tool info shows stacking/snapping mode
Updated: Localize correct player variable
Updated: Align teeth HUD properly
Updated: Property translations
  • Loading branch information
dvdvideo1234 committed Jan 18, 2023
1 parent 1f45e26 commit 52d3039
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 137 deletions.
2 changes: 1 addition & 1 deletion lua/autorun/gearassembly_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local asmlib = gearasmlib

------ CONFIGURE ASMLIB ------
asmlib.InitBase("gear","assembly")
asmlib.SetOpVar("TOOL_VERSION","5.227")
asmlib.SetOpVar("TOOL_VERSION","5.228")
asmlib.SetIndexes("V",1,2,3)
asmlib.SetIndexes("A",1,2,3)
asmlib.SetIndexes("S",4,5,6,7)
Expand Down
1 change: 1 addition & 0 deletions lua/gearassembly/gearasmlib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ local fileDelete = file and file.Delete
local fileCreateDir = file and file.CreateDir
local mathPi = math and math.pi
local mathAbs = math and math.abs
local mathMax = math and math.max
local mathSin = math and math.sin
local mathCos = math and math.cos
local mathCeil = math and math.ceil
Expand Down
Loading

0 comments on commit 52d3039

Please sign in to comment.