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.
@@ -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
  });