diff options
Diffstat (limited to 'platform/uwp/app.h')
-rw-r--r-- | platform/uwp/app.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/uwp/app.h b/platform/uwp/app.h index 91cac37985..f82de4d240 100644 --- a/platform/uwp/app.h +++ b/platform/uwp/app.h @@ -35,7 +35,7 @@ #include "os_uwp.h" #include "GLES2/gl2.h" -namespace GodotWinRT +namespace GodotUWP { ref class App sealed : public Windows::ApplicationModel::Core::IFrameworkView { @@ -97,7 +97,7 @@ namespace GodotWinRT EGLSurface mEglSurface; CoreWindow^ window; - OSWinrt* os; + OSUWP* os; int last_touch_x[32]; // 20 fingers, index 31 reserved for the mouse int last_touch_y[32]; |