зеркало из https://github.com/microsoft/DirectXTK.git
Fixed build break in Xbox One XDK
This commit is contained in:
Родитель
a4d648a9c6
Коммит
1d61b5ad86
|
@ -184,7 +184,7 @@ public:
|
|||
{
|
||||
if (it.mGrfxMemory)
|
||||
{
|
||||
VirtualFree(it->mGrfxMemory, 0, MEM_RELEASE);
|
||||
VirtualFree(it.mGrfxMemory, 0, MEM_RELEASE);
|
||||
it.mGrfxMemory = nullptr;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче