Skip to content

Commit

Permalink
A small, small change. Seems to make rendering more stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Dec 24, 2014
1 parent 612a077 commit 5998211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static void renderBlockProcessing(ReturnEventInfo<BlockModelRenderer, Boo

if ((currentBoolean == 'b')) {
try {
e.setReturnValue(true); // Act like normal behavior...
e.setReturnValue(false); // Act like normal behavior...
}
finally {}
}
Expand Down

0 comments on commit 5998211

Please sign in to comment.