aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.vue2
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);
}