v0.27.17 fix renderer destroyed

This commit is contained in:
Michael Gevlich 2025-10-20 11:28:25 +04:00
parent c72b9bcb39
commit c4ecd32f6a
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@openglobus/og",
"version": "0.27.16",
"version": "0.27.17",
"description": "[openglobus](https://www.openglobus.org/) is a javascript/typescript library designed to display interactive 3d maps and planets with map tiles, imagery and vector data, markers, and 3D objects. It uses the WebGL technology, open source, and completely free.",
"main": "lib/og.es.js",
"types": "lib/index.d.ts",

View File

@ -1456,9 +1456,6 @@ class Renderer {
this.colorObjects.clear();
// @ts-ignore
this.colorObjects = null;
this._pickingCallbacks = [];
this.pickingFramebuffer = null;