diff --git a/examples/common/entry/entry_winrt.cx b/examples/common/entry/entry_winrt.cx index 88368c578..20bf22160 100644 --- a/examples/common/entry/entry_winrt.cx +++ b/examples/common/entry/entry_winrt.cx @@ -24,7 +24,7 @@ using namespace Windows::Graphics::Display; #endif // BX_PLATFORM_WINRT using namespace Platform; -static const char* const g_emptyArgs[] = { "app.exe", "--d3d12", "02" }; +static const char* const g_emptyArgs[] = { "app.exe" }; static entry::WindowHandle g_defaultWindow = { 0 }; static entry::EventQueue g_eventQueue;