Fix PID tab (#3399)
parent
ab6d58f4be
commit
9db6806b1a
|
@ -149,7 +149,7 @@ Model.prototype.resize = function () {
|
|||
|
||||
Model.prototype.dispose = function () {
|
||||
if (this.canUseWebGLRenderer()) {
|
||||
this.renderer.forceContextLoss();
|
||||
this.renderer.forceContextLoss = null;
|
||||
this.renderer.dispose();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue