[WIN32SS:GDI] Add a sanity assert

This commit is contained in:
Victor Perevertkin 2021-09-13 23:37:34 +03:00
parent 655ddfa8e2
commit d74eb54b06
No known key found for this signature in database
GPG Key ID: C750B7222E9C7830
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ EngpCreatePDEV(
}
else
{
ASSERT(gpPrimaryGraphicsDevice);
pGraphicsDevice = gpPrimaryGraphicsDevice;
}