brilliantsole 0.0.57 → 0.0.58
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.
- package/build/brilliantsole.js +1 -1
- package/build/brilliantsole.js.map +1 -1
- package/build/brilliantsole.min.js +1 -1
- package/build/brilliantsole.min.js.map +1 -1
- package/build/brilliantsole.module.d.ts +20 -20
- package/build/brilliantsole.module.js +1 -1
- package/build/brilliantsole.module.js.map +1 -1
- package/build/brilliantsole.module.min.d.ts +20 -20
- package/build/brilliantsole.module.min.js +1 -1
- package/build/brilliantsole.module.min.js.map +1 -1
- package/build/brilliantsole.node.module.d.ts +16 -16
- package/examples/display-wireframe/script.js +1 -0
- package/package.json +1 -1
- package/src/utils/DisplayCanvasHelper.ts +1 -1
package/build/brilliantsole.js
CHANGED
|
@@ -30378,10 +30378,10 @@
|
|
|
30378
30378
|
}
|
|
30379
30379
|
#useSpriteColorIndices = false;
|
|
30380
30380
|
#setUseSpriteColorIndices(useSpriteColorIndices, override = false) {
|
|
30381
|
-
this.#useSpriteColorIndices = useSpriteColorIndices;
|
|
30382
30381
|
if (!override && this.#useSpriteColorIndices) {
|
|
30383
30382
|
return;
|
|
30384
30383
|
}
|
|
30384
|
+
this.#useSpriteColorIndices = useSpriteColorIndices;
|
|
30385
30385
|
this.#rearDrawStack.push(() => {
|
|
30386
30386
|
this.#useSpriteColorIndices = useSpriteColorIndices;
|
|
30387
30387
|
});
|