Add dispose method to EntityRenderObjects

This commit is contained in:
2026-04-13 17:21:38 +02:00
parent 447935699d
commit 6532038b22

View File

@@ -301,6 +301,7 @@ interface CachedMaterialTexture {
interface EntityRenderObjects {
group: Group;
meshes: Mesh[];
dispose?: () => void;
}
interface LocalLightRenderObjects {