We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff17a7 commit 454e093Copy full SHA for 454e093
Dllmain/BuildNo.rc
@@ -1 +1 @@
1
-#define BUILD_NUMBER 6662
+#define BUILD_NUMBER 6663
ddraw/IDirect3DDeviceX.cpp
@@ -2634,6 +2634,8 @@ HRESULT m_IDirect3DDeviceX::DeleteStateBlock(DWORD dwBlockHandle)
2634
2635
// ToDo: Validate BlockHandle
2636
reinterpret_cast<IDirect3DStateBlock9*>(dwBlockHandle)->Release();
2637
+
2638
+ return DD_OK;
2639
}
2640
2641
return GetProxyInterfaceV7()->DeleteStateBlock(dwBlockHandle);
0 commit comments