mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-17 14:47:19 +01:00
wasapi: fixed typo in an assert message.
This commit is contained in:
parent
ed64d54dfd
commit
7e1fa0ce53
@ -402,7 +402,7 @@ void
|
|||||||
WASAPI_PlatformDeleteActivationHandler(void *handler)
|
WASAPI_PlatformDeleteActivationHandler(void *handler)
|
||||||
{
|
{
|
||||||
/* not asynchronous. */
|
/* not asynchronous. */
|
||||||
SDL_assert(!"This function should have only be called on WinRT.");
|
SDL_assert(!"This function should have only been called on WinRT.");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user