Skip to content

Commit

Permalink
Remove rogue GetServerCache in CDirect3DHook9
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Jul 13, 2018
1 parent e795ded commit feaf573
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Client/core/DXHook/CDirect3DHook9.cpp
Expand Up @@ -11,7 +11,6 @@

#include "StdInc.h"
#include "detours/include/detours.h"
#include <ServerBrowser/CServerCache.h>

template <>
CDirect3DHook9* CSingleton<CDirect3DHook9>::m_pSingleton = NULL;
Expand Down Expand Up @@ -134,8 +133,6 @@ IDirect3D9* CDirect3DHook9::API_Direct3DCreate9(UINT SDKVersion)

WriteDebugEvent("Direct3DCreate9 succeded");

GetServerCache();

// Create a proxy device.
CProxyDirect3D9* pProxyDirect3D9 = new CProxyDirect3D9(pDirect3D9);

Expand Down

0 comments on commit feaf573

Please sign in to comment.