This commit is contained in:
Brian Beck 2025-09-11 18:00:47 -07:00
parent 770c6d2c3e
commit 0cc3ce3328
13 changed files with 448 additions and 7 deletions

View file

@ -79,7 +79,7 @@ const missions = getResourceList()
export default function HomePage() {
const canvasRef = useRef<HTMLCanvasElement>(null);
const [missionName, setMissionName] = useState("TWL_Damnation");
const threeContext = useRef<{}>({});
const threeContext = useRef<Record<string, any>>({});
useEffect(() => {
const canvas = canvasRef.current;