mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
v0.27.17 fix renderer destroyed
This commit is contained in:
parent
c72b9bcb39
commit
c4ecd32f6a
@ -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",
|
||||
|
||||
@ -1456,9 +1456,6 @@ class Renderer {
|
||||
|
||||
this.colorObjects.clear();
|
||||
|
||||
// @ts-ignore
|
||||
this.colorObjects = null;
|
||||
|
||||
this._pickingCallbacks = [];
|
||||
|
||||
this.pickingFramebuffer = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user