Skip to content

Commit

Permalink
wallThickness
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossantos74 committed Sep 6, 2024
1 parent 3d77a37 commit 612f8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UsersDashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function UsersDashboard() {
const offsetX = (containerWidth - innerWidth) / 2;
const offsetY = (containerHeight - innerHeight) / 2;

const wallThickness = 300; // Increased thickness for visibility
const wallThickness = 0; // Increased thickness for visibility
const wallOptions = {
isStatic: true,
render: {
Expand Down

0 comments on commit 612f8ef

Please sign in to comment.