Skip to content

Commit

Permalink
fix: remove whitespace from hud
Browse files Browse the repository at this point in the history
  • Loading branch information
drcmda committed Nov 27, 2022
1 parent b941939 commit 3618102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Hud.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function RenderHud({ defaultScene, defaultCamera, renderPriority = 1 }: RenderHu
gl.clearDepth()
gl.render(scene, camera)
}, renderPriority)
return <> </>
return <></>
}

export function Hud({ children, renderPriority = 1 }: HudProps) {
Expand Down

1 comment on commit 3618102

@vercel
Copy link

@vercel vercel bot commented on 3618102 Nov 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.