diff options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 79d4b33..1e30df3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -408,7 +408,7 @@ async function start() { }); }); - currentProblem.value = bricks[0][0].problem; + currentProblem.value = solutions.expression; gameInterval = setInterval(tick, 16); } |
