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 e795ded commit feaf573Copy full SHA for feaf573
Client/core/DXHook/CDirect3DHook9.cpp
@@ -11,7 +11,6 @@
11
12
#include "StdInc.h"
13
#include "detours/include/detours.h"
14
-#include <ServerBrowser/CServerCache.h>
15
16
template <>
17
CDirect3DHook9* CSingleton<CDirect3DHook9>::m_pSingleton = NULL;
@@ -134,8 +133,6 @@ IDirect3D9* CDirect3DHook9::API_Direct3DCreate9(UINT SDKVersion)
134
133
135
WriteDebugEvent("Direct3DCreate9 succeded");
136
137
- GetServerCache();
138
-
139
// Create a proxy device.
140
CProxyDirect3D9* pProxyDirect3D9 = new CProxyDirect3D9(pDirect3D9);
141
0 commit comments