Update CachedMaterialTexture to use MaterialTextureSet

This commit is contained in:
2026-05-18 16:01:53 +02:00
parent dcfb4ae05f
commit e35452d6d6

View File

@@ -876,7 +876,7 @@ function getRotationDegreesFromEntityRotationState(
interface CachedMaterialTexture {
signature: string;
textureSet: StarterMaterialTextureSet;
textureSet: MaterialTextureSet;
}
interface EntityRenderObjects {