fix light map update being done on non-light-map textures

This commit is contained in:
Fourmisain
2023-11-27 16:45:19 +01:00
parent 5d8eb185bc
commit b8e7b14fbb
7 changed files with 89 additions and 9 deletions
@@ -0,0 +1,6 @@
package com.seibel.distanthorizons.common.util;
public interface LightTextureMarker
{
void markLightTexture();
}