mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-31 03:09:17 -05:00
Review UWP project -WIP-
This commit is contained in:
@ -119,7 +119,7 @@ public:
|
||||
|
||||
handle = (EGLNativeWindowType)window;
|
||||
|
||||
InitWindow(width, height, NULL);
|
||||
InitWindow(width, height, "raylib game example");
|
||||
}
|
||||
|
||||
virtual void Load(Platform::String^ entryPoint) {}
|
||||
|
||||
Reference in New Issue
Block a user