Skip to content

Commit 9a575fb

Browse files
author
rmen527
committed
Fix bug in level select
1 parent 5b2852c commit 9a575fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/home/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function Home() {
5454
<LevelComponent
5555
key={mountKey}
5656
onClose={() => handleClose()}
57-
lvl={getLevelRef.current ? getLevelRef.current() : 0}
57+
selectedLevel={getLevelRef.current ? getLevelRef.current() : 1}
5858
/>
5959
</div>
6060
<canvas ref={canvasRef} className={styles.solarsystem}></canvas>

0 commit comments

Comments
 (0)