We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96125f1 commit 760bd30Copy full SHA for 760bd30
1 file changed
src/components/plots/Plot.tsx
@@ -177,7 +177,6 @@ const Plot = () => {
177
},[plotType])
178
179
useEffect(()=>{
180
- const isDev = process.env.NODE_ENV !== "development";
181
const loader = new THREE.TextureLoader()
182
async function SetTextures(){
183
const maskTexture = await loader.loadAsync('./land_mask.webp');
0 commit comments