Add missing comments to AmbianceModule

This commit is contained in:
noil 2021-04-19 23:26:20 -04:00
parent 6a34ad04d2
commit 132e3b476f
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,9 @@ import team.stiff.pomelo.impl.annotated.handler.annotation.Listener;
import java.awt.*;
/**
* @author noil
*/
public class AmbianceModule extends Module {
public enum SkyMode {
@ -45,6 +48,9 @@ public class AmbianceModule extends Module {
}
}
/**
* Similar GL code to the minecraft function #renderSkyEnd()
*/
private void renderSky() {
GlStateManager.disableFog();
GlStateManager.disableAlpha();