fix light map update being done on non-light-map textures
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.seibel.distanthorizons.common.util;
|
||||
|
||||
public interface LightTextureMarker
|
||||
{
|
||||
void markLightTexture();
|
||||
}
|
||||
Reference in New Issue
Block a user