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 +}