From 226ba8ebee0bc13a51acfc5d751f43d5d9db513b Mon Sep 17 00:00:00 2001 From: g5-chappell <gareth2.chappell@live.uwe.ac.uk> Date: Sun, 23 Jan 2022 07:21:45 +0000 Subject: [PATCH] Update assignment.cpp --- assignment/assignment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment/assignment.cpp b/assignment/assignment.cpp index bb3d745..a93c310 100644 --- a/assignment/assignment.cpp +++ b/assignment/assignment.cpp @@ -251,7 +251,7 @@ void MyApp::draw() { break; } int main(int argc, char *argv[]) { - uwe::App* app = new MyApp{width, height, "GARETH CHAPPELL: C++ ASSIGNMENT"}; + uwe::App* app = new MyApp{width, height, "GARETH CHAPPELL: C++ ASSIGNMENT, COLLECT CUBES GAME"}; // Creates new window with width of variable 'width' (640), height of variable 'height' (480), and a window // header title of "GARETH CHAPPELL: C++ ASSIGNMENT". -- GitLab