fix: 修复多个已知问题
This commit is contained in:
@@ -1361,6 +1361,9 @@ export class LiquifyCPUManager {
|
||||
}
|
||||
|
||||
destroy() {
|
||||
// 停止持续效果定时器
|
||||
this.stopContinuousEffect();
|
||||
|
||||
this.originalImageData = null;
|
||||
this.currentImageData = null;
|
||||
this.mesh = null;
|
||||
@@ -1389,4 +1392,11 @@ export class LiquifyCPUManager {
|
||||
this.accumulatedScale = 0;
|
||||
this.lastApplyTime = 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* 释放资源 - 别名方法,与其他管理器保持一致
|
||||
*/
|
||||
dispose() {
|
||||
this.destroy();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user