WinRT: fixed a crash that occurred after rotating the host device

This commit is contained in:
David Ludwig
2013-02-09 20:30:53 -05:00
parent f771aa94fd
commit 5e09208ba1

View File

@@ -825,7 +825,6 @@ D3D11_DestroyTexture(SDL_Renderer * renderer,
}
delete textureData;
texture = NULL;
texture->driverdata = NULL;
}
}