Skip to content

Commit

Permalink
[#82] ItemRender: Removed restore()
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielxs01 committed May 10, 2023
1 parent e256c5e commit 27790b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private static void renderBase(String itemId, RenderState state) {
String groupCacheId = objId + "@" + String.join("+", groups);
vbo.draw(groupCache.get(groupCacheId));
}
vbo.restore();

}

state.rotate(-rotation.z, 0,0, 1);
Expand Down

0 comments on commit 27790b6

Please sign in to comment.