Small rendering fix

This commit is contained in:
Anuken 2018-10-11 18:46:45 -04:00
parent dbcce9663c
commit 48b7ceac06

View File

@ -250,7 +250,11 @@ public class Renderer extends RendererModule{
EntityDraw.drawWith(shieldGroup, shield -> true, shield -> ((ShieldEntity)shield).drawOver());
Graphics.endShaders();
Graphics.flushSurface();
if(showFog){
Graphics.surface();
}else{
Graphics.flushSurface();
}
batch.end();