Fix PID tab (#3399)

master
Mark Haslinghuis 2023-04-05 13:56:22 +02:00 committed by GitHub
parent ab6d58f4be
commit 9db6806b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ Model.prototype.resize = function () {
Model.prototype.dispose = function () { Model.prototype.dispose = function () {
if (this.canUseWebGLRenderer()) { if (this.canUseWebGLRenderer()) {
this.renderer.forceContextLoss(); this.renderer.forceContextLoss = null;
this.renderer.dispose(); this.renderer.dispose();
} }
}; };