Skip to content

Commit

Permalink
Remove GLM experimental define
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Jul 30, 2024
1 parent d2b173d commit 058f95e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dependencies/glm/glm.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local dep = Solution.Util.CreateDepTable("glm", {})

Solution.Util.CreateDep(dep.Name, dep.Dependencies, function()
local defines = { "GLM_FORCE_LEFT_HANDED", "GLM_FORCE_DEPTH_ZERO_TO_ONE", "GLM_ENABLE_EXPERIMENTAL" }
local defines = { "GLM_FORCE_LEFT_HANDED", "GLM_FORCE_DEPTH_ZERO_TO_ONE" }

Solution.Util.SetIncludes(dep.Path)
Solution.Util.SetDefines(defines)
Expand Down
File renamed without changes.

0 comments on commit 058f95e

Please sign in to comment.