Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpthemrp committed Dec 15, 2024
1 parent 8582cc0 commit f1804e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
src/components/util/*.tsx
src/types/urdf-loader.d.ts
src/components/robot/robotRenderer.tsx
src/components/robot/robotRenderer.tsx
src/public/photos/*.jpg
6 changes: 5 additions & 1 deletion src/components/robot/robotRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ const RobotRenderer: React.FC = () => {
0.1,
1000
);
const renderer = new THREE.WebGLRenderer({ antialias: true, alpha: true, powerPreference: "high-performance" });
const renderer = new THREE.WebGLRenderer({
antialias: true,
alpha: true,
powerPreference: "high-performance",
});
const currentMount = mountRef.current;

if (currentMount) {
Expand Down

0 comments on commit f1804e4

Please sign in to comment.