Removed accidentally enabled debug code

This commit is contained in:
Sam Lantinga
2025-03-15 09:17:55 -07:00
parent efe122be4d
commit ad9f9af4ed

View File

@@ -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;