mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-07 10:26:27 +00:00
Removed accidentally enabled debug code
This commit is contained in:
@@ -800,7 +800,7 @@ static HRESULT D3D12_CreateDeviceResources(SDL_Renderer *renderer)
|
||||
ID3D12DescriptorHeap *rootDescriptorHeaps[2];
|
||||
|
||||
// See if we need debug interfaces
|
||||
createDebug = true;//SDL_GetHintBoolean(SDL_HINT_RENDER_DIRECT3D11_DEBUG, false);
|
||||
createDebug = SDL_GetHintBoolean(SDL_HINT_RENDER_DIRECT3D11_DEBUG, false);
|
||||
|
||||
#ifdef SDL_PLATFORM_GDK
|
||||
CreateEventExFunc = CreateEventExW;
|
||||
|
Reference in New Issue
Block a user