From 9c8a8c4b75b2558ad5c1884b9ef4831cf65ca48e Mon Sep 17 00:00:00 2001 From: Javidx9 Date: Mon, 3 Sep 2018 22:36:11 +0100 Subject: [PATCH] Update Testing.cpp --- Testing.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Testing.cpp b/Testing.cpp index c897d00..3222312 100644 --- a/Testing.cpp +++ b/Testing.cpp @@ -3,7 +3,7 @@ class Example : public olc::PixelGameEngine { public: - ExampleDemo() + Example() { sAppName = "Example"; } @@ -33,4 +33,4 @@ int main() demo.Start(); return 0; -} \ No newline at end of file +}