aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRogerGabeller-ml <78610776+RogerGabeller-ml@users.noreply.github.com>2024-10-27 06:10:16 +0000
committerRogerGabeller-ml <78610776+RogerGabeller-ml@users.noreply.github.com>2024-10-27 06:10:16 +0000
commite9ae8a66a1a0361520fcc43e4b72fbce9b468c52 (patch)
treea3ae514be258c1b612c77e0abe947f9f57c0a854 /src
parent6e45ba9e67f9318d7771badf0ce4e89a8659e45d (diff)
Change massively
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);
}