Бранимир Караџић %!s(int64=5) %!d(string=hai) anos
pai
achega
f89520db89
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/dxgi.cpp

+ 2 - 2
src/dxgi.cpp

@@ -471,7 +471,7 @@ namespace bgfx
 				if (NULL != swapChainPanelNative)
 				{
 					hr = swapChainPanelNative->SetSwapChain(*_swapChain);
-					
+
 					if (FAILED(hr) )
 					{
 						DX_RELEASE(swapChainPanelNative, 0);
@@ -500,7 +500,7 @@ namespace bgfx
 				if (NULL != swapChainBackgroundPanelNative)
 				{
 					hr = swapChainBackgroundPanelNative->SetSwapChain(*_swapChain);
-					
+
 					if (FAILED(hr) )
 					{
 						DX_RELEASE(swapChainBackgroundPanelNative, 0);