Skip to content

Commit

Permalink
Fix geometry (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Jan 21, 2024
1 parent 74e0af9 commit 264d54d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private IrisLodRenderProgram(String name, boolean isShadowPass, BlendModeOverrid
}

GlShader geom = null;
if (tessControl != null) {
if (geometry != null) {
geom = new GlShader(ShaderType.GEOMETRY, name + ".gsh", geometry);
GL43C.glAttachShader(id, geom.getHandle());
}
Expand Down

0 comments on commit 264d54d

Please sign in to comment.