@almadar/ui 5.100.0 → 5.101.0
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.
|
@@ -2352,7 +2352,7 @@ var GameCanvas3D = React8.forwardRef(
|
|
|
2352
2352
|
);
|
|
2353
2353
|
const cx = (gridBounds.minX + gridBounds.maxX) / 2;
|
|
2354
2354
|
const cz = (gridBounds.minZ + gridBounds.maxZ) / 2;
|
|
2355
|
-
const d = size * 1
|
|
2355
|
+
const d = size * 1;
|
|
2356
2356
|
switch (cameraMode) {
|
|
2357
2357
|
case "isometric":
|
|
2358
2358
|
return {
|
|
@@ -2331,7 +2331,7 @@ var GameCanvas3D = forwardRef(
|
|
|
2331
2331
|
);
|
|
2332
2332
|
const cx = (gridBounds.minX + gridBounds.maxX) / 2;
|
|
2333
2333
|
const cz = (gridBounds.minZ + gridBounds.maxZ) / 2;
|
|
2334
|
-
const d = size * 1
|
|
2334
|
+
const d = size * 1;
|
|
2335
2335
|
switch (cameraMode) {
|
|
2336
2336
|
case "isometric":
|
|
2337
2337
|
return {
|