fix StaticShape scale

This commit is contained in:
Brian Beck 2025-11-15 16:00:25 -08:00
parent 077207ca27
commit 29fb356d9f

View file

@ -60,7 +60,7 @@ export function StaticShape({ object }: { object: ConsoleObject }) {
<group
quaternion={q}
position={[x - 1024, y, z - 1024]}
scale={[-scaleX, scaleY, scaleZ]}
scale={[scaleX, scaleY, scaleZ]}
>
{shapeName ? (
<ErrorBoundary fallback={<ShapePlaceholder color="red" />}>