Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
WinRT: fixed a crash that occurred after rotating the host device
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Feb 10, 2013
1 parent 5c926ee commit 450a305
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/render/direct3d11/SDL_render_d3d11.cpp
Expand Up @@ -825,7 +825,6 @@ D3D11_DestroyTexture(SDL_Renderer * renderer,
}

delete textureData;
texture = NULL;
texture->driverdata = NULL;
}
}
Expand Down

0 comments on commit 450a305

Please sign in to comment.