From c2356f56fdb382bd2c6d764110ae7730bc8044eb Mon Sep 17 00:00:00 2001 From: Javidx9 <25419386+OneLoneCoder@users.noreply.github.com> 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 +}