world.ts 0.5.0 → 0.5.1
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2689,7 +2689,7 @@ const ut = ({
|
|
|
2689
2689
|
ttl: 200,
|
|
2690
2690
|
dispose: (a, f) => {
|
|
2691
2691
|
const l = i.get(f);
|
|
2692
|
-
l && !l.loaded &&
|
|
2692
|
+
l && !l.loaded && i.delete(f);
|
|
2693
2693
|
}
|
|
2694
2694
|
}), s = (a) => {
|
|
2695
2695
|
const f = i.get(a);
|
|
@@ -3064,7 +3064,7 @@ const V = 34, hi = 22, di = xe(0, V).flatMap(
|
|
|
3064
3064
|
He(),
|
|
3065
3065
|
n,
|
|
3066
3066
|
i,
|
|
3067
|
-
Se * Math.max(0.5, r) * t
|
|
3067
|
+
Se * 0.5 * Math.max(0.5, r) * t
|
|
3068
3068
|
), r < Ue && (n = i), n;
|
|
3069
3069
|
})(() => on(e())), gi = 8, $i = (e) => {
|
|
3070
3070
|
const t = Ti(() => e().orientation), n = yi(() => e().offset), i = _i(() => e().fieldOfView);
|