Fix WebGLPoints layer scope issue

This commit is contained in:
Andreas Hocevar
2020-04-14 20:40:20 +02:00
parent 8ba051add3
commit b0393a098a
+1 -1
View File
@@ -113,7 +113,7 @@ class WebGLPointsLayer extends Layer {
* Clean up. * Clean up.
*/ */
disposeInternal() { disposeInternal() {
this.renderer_.dispose(); this.getRenderer().disposeInternal();
super.disposeInternal(); super.disposeInternal();
} }
} }