Reset volume animated uniforms on clear

This commit is contained in:
2026-04-06 17:27:49 +02:00
parent cef207de4a
commit 4caa673a1d

View File

@@ -956,6 +956,7 @@ export class RuntimeHost {
this.brushMeshes.clear();
this.volumeAnimatedMaterials.length = 0;
this.volumeAnimatedUniforms.length = 0;
}
private clearModelInstances() {