diff GeoQuiz/Components/GameToolbarHelper.swift @ 19:f140bb277c96

refactor code
author Dennis C. M. <dennis@denniscm.com>
date Sun, 23 Oct 2022 00:11:38 +0100
parents a793f33f05fb
children
line wrap: on
line diff
--- a/GeoQuiz/Components/GameToolbarHelper.swift	Sat Oct 22 08:56:54 2022 +0100
+++ b/GeoQuiz/Components/GameToolbarHelper.swift	Sun Oct 23 00:11:38 2022 +0100
@@ -79,7 +79,7 @@
             
             GeometryReader { geo in
                 VStack {
-                    GameToolbar(game: CountryGame(), color: .mayaBlue)
+                    GameToolbar(game: CountryGameController(), color: .mayaBlue)
                     
                     Spacer()
                 }