Skip to content

Commit 8be6f88

Browse files
committed
DBC22-2052: console debugging
1 parent 112259a commit 8be6f88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/frontend/src/Components/map/camPopup.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ export default function CamPopup(props) {
4444
isInitialMount.current = false;
4545
return;
4646
}
47-
47+
console.log("checking cam index")
48+
console.log(camIndex, rootCam.camGroup[camIndex])
4849
setCamera(rootCam.camGroup[camIndex]);
4950
}, [camIndex]);
5051

0 commit comments

Comments
 (0)