Spaces:
Runtime error
Runtime error
Commit
·
6a7b7ca
1
Parent(s):
a5fb2e6
well well well
Browse files- src/app/main.tsx +0 -1
src/app/main.tsx
CHANGED
@@ -82,7 +82,6 @@ export default function Main() {
|
|
82 |
|
83 |
console.log("got the first version of our scene!", newRendered)
|
84 |
|
85 |
-
const fakeNewRendered =
|
86 |
// detect if type game type changed while we were busy
|
87 |
if (game?.type !== gameRef?.current) {
|
88 |
console.log("game type changed! aborting..")
|
|
|
82 |
|
83 |
console.log("got the first version of our scene!", newRendered)
|
84 |
|
|
|
85 |
// detect if type game type changed while we were busy
|
86 |
if (game?.type !== gameRef?.current) {
|
87 |
console.log("game type changed! aborting..")
|