Skip to content

Commit

Permalink
properly reset channelIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyfts committed Jun 11, 2024
1 parent 1d6c1ef commit 4e4cb76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ protected void loadNewMultiblock() {
channels.clear();
layerIndex = -1;
tierIndex = 1;
channelIndex = 1;
channelIndex = 0;
initializeSceneRenderer(true);
lastRenderingController = renderingController;
channelTier = new int[channels.size()];
Expand Down

0 comments on commit 4e4cb76

Please sign in to comment.