Skip to content

Commit

Permalink
Reset block render layer after rending blocks into GUIs (fixes issue …
Browse files Browse the repository at this point in the history
…with disappearing stuff from Chisel)
  • Loading branch information
bdew committed Oct 13, 2017
1 parent 4a9cbfa commit 5695d00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/net/bdew/lib/gui/ModelDrawHelper.scala
Expand Up @@ -97,6 +97,8 @@ object ModelDrawHelper {
}
}

ForgeHooksClient.setRenderLayer(BlockRenderLayer.SOLID)

// And we're done!

tessellator.draw()
Expand Down

0 comments on commit 5695d00

Please sign in to comment.