From e6739c0f93297722f3366def16d8fcc0c86839fa Mon Sep 17 00:00:00 2001 From: g5-chappell <gareth2.chappell@live.uwe.ac.uk> Date: Sun, 23 Jan 2022 07:22:34 +0000 Subject: [PATCH] Update assignment.cpp --- assignment/assignment.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assignment/assignment.cpp b/assignment/assignment.cpp index a93c310..b190c00 100644 --- a/assignment/assignment.cpp +++ b/assignment/assignment.cpp @@ -42,11 +42,11 @@ using namespace std; -const int width = 640; -// Defines the variable 'width' as a constant integer of 640. +const int width = 1024; +// Defines the variable 'width' as a constant integer of 1024. -const int height = 480; -// Defines the variable 'height' as a constant integer of 480. +const int height = 640; +// Defines the variable 'height' as a constant integer of 640. class MyApp: public uwe::App { // Creates public class referred to as 'MyApp' -- GitLab