summaryrefslogtreecommitdiffhomepage
path: root/projects/VS2017.UWP/raylib.App.UWP/BaseApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'projects/VS2017.UWP/raylib.App.UWP/BaseApp.h')
-rw-r--r--projects/VS2017.UWP/raylib.App.UWP/BaseApp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/VS2017.UWP/raylib.App.UWP/BaseApp.h b/projects/VS2017.UWP/raylib.App.UWP/BaseApp.h
index 7f59c3de..87b952e5 100644
--- a/projects/VS2017.UWP/raylib.App.UWP/BaseApp.h
+++ b/projects/VS2017.UWP/raylib.App.UWP/BaseApp.h
@@ -119,7 +119,7 @@ public:
handle = (EGLNativeWindowType)window;
- InitWindow(width, height, NULL);
+ InitWindow(width, height, "raylib game example");
}
virtual void Load(Platform::String^ entryPoint) {}