Fix WebGLPoints layer scope issue

This commit is contained in:
Andreas Hocevar
2020-04-14 20:40:20 +02:00
parent 8ba051add3
commit b0393a098a

View File

@@ -113,7 +113,7 @@ class WebGLPointsLayer extends Layer {
* Clean up.
*/
disposeInternal() {
this.renderer_.dispose();
this.getRenderer().disposeInternal();
super.disposeInternal();
}
}