physics on by default
This commit is contained in:
parent
3423aeeeb6
commit
a9e29ae196
|
|
@ -11,7 +11,7 @@ export const SimController = ({ shapes }: { shapes: TLUnknownShape[] }) => {
|
|||
}, []);
|
||||
|
||||
|
||||
const { addShapes } = usePhysicsSimulation(editor, false);
|
||||
const { addShapes } = usePhysicsSimulation(editor, true);
|
||||
|
||||
return (<></>);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue