typo in comment

This commit is contained in:
Bella 2020-04-13 17:55:28 -04:00
parent ef1b0eae8b
commit 5de1250373
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class RootCheckButtonUI<T extends CheckButton> extends AbstractComponentU
toF(GuiC.windowOutline.color.getRed()), toF(GuiC.windowOutline.color.getGreen()), toF(GuiC.windowOutline.color.getBlue()));
RenderHelper.drawText(component.getWidth() + 17, component.getDescription(), rgbToInt(255, 255, 255));
glEnable(GL_SCISSOR_TEST); // stop drawing inside the container
glEnable(GL_SCISSOR_TEST); // stop drawing outside of the container
glDepthRange(0, 1.0); // set the render priority back to normal
}
}