buffer rebuild due to time is no longer needed

This commit is contained in:
cola98765
2021-12-09 14:36:24 +01:00
parent aba392ace4
commit 5d4698621c
@@ -731,7 +731,7 @@ public class LodRenderer
}
/*
// determine how far the lighting has to
// change in order to rebuild the buffers
@@ -763,12 +763,6 @@ public class LodRenderer
fullRegen = true;
prevBrightness = MC_RENDER.getGamma();
prevSkyBrightness = skyBrightness;
}
/*if (lightMap != lastLightMap)
{
fullRegen = true;
lastLightMap = lightMap;
}*/
//================//