Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
GREATER -> GEQUAL for the "greater" depth mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakesoda committed Aug 6, 2015
1 parent a1ea25a commit 33b3415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Expand Up @@ -160,7 +160,7 @@ end
function l3d.set_depth_test(method)
if method then
local methods = {
greater = GL.GREATER,
greater = GL.GEQUAL,
equal = GL.EQUAL,
less = GL.LEQUAL
}
Expand Down

0 comments on commit 33b3415

Please sign in to comment.