Update CachedMaterialTexture to use MaterialTextureSet
This commit is contained in:
@@ -876,7 +876,7 @@ function getRotationDegreesFromEntityRotationState(
|
||||
|
||||
interface CachedMaterialTexture {
|
||||
signature: string;
|
||||
textureSet: StarterMaterialTextureSet;
|
||||
textureSet: MaterialTextureSet;
|
||||
}
|
||||
|
||||
interface EntityRenderObjects {
|
||||
|
||||
Reference in New Issue
Block a user