Skip to content
Snippets Groups Projects
Commit e6739c0f authored by g5-chappell's avatar g5-chappell
Browse files

Update assignment.cpp

parent 226ba8eb
Branches
No related tags found
No related merge requests found
...@@ -42,11 +42,11 @@ ...@@ -42,11 +42,11 @@
using namespace std; using namespace std;
const int width = 640; const int width = 1024;
// Defines the variable 'width' as a constant integer of 640. // Defines the variable 'width' as a constant integer of 1024.
const int height = 480; const int height = 640;
// Defines the variable 'height' as a constant integer of 480. // Defines the variable 'height' as a constant integer of 640.
class MyApp: public uwe::App { class MyApp: public uwe::App {
// Creates public class referred to as 'MyApp' // Creates public class referred to as 'MyApp'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment