@woosh/meep-engine 2.37.9 → 2.37.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -110,7 +110,7 @@ export class MicronRenderPlugin extends EnginePlugin {
|
|
|
110
110
|
const sg_system = system;
|
|
111
111
|
|
|
112
112
|
sg_system.register_render_adapter(2, () => {
|
|
113
|
-
const adapter = new MicronShadedGeometryRenderAdapter();
|
|
113
|
+
const adapter = new MicronShadedGeometryRenderAdapter(this.__cache);
|
|
114
114
|
|
|
115
115
|
adapter.ctx = this.__vgtr.ctx;
|
|
116
116
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"productName": "Meep",
|
|
6
6
|
"description": "production-ready JavaScript game engine based on Entity Component System Architecture",
|
|
7
7
|
"author": "Alexander Goldring",
|
|
8
|
-
"version": "2.37.
|
|
8
|
+
"version": "2.37.10",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"gl-matrix": "3.4.3",
|
|
11
11
|
"fast-levenshtein": "2.0.6",
|