mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-15 15:09:30 +00:00
Remove d3d9 not loaded assertion (#24)
* Sack off d3d9 check --------- Co-authored-by: Jon <jon.r+gh@live.com>
This commit is contained in:
+1
-1
@@ -211,7 +211,7 @@ void InitInstance(HINSTANCE hModule)
|
|||||||
|
|
||||||
// d3d9.dll shouldn't be loaded at this point.
|
// d3d9.dll shouldn't be loaded at this point.
|
||||||
const auto d3d9_loaded = FindLoadedModuleByName("d3d9.dll");
|
const auto d3d9_loaded = FindLoadedModuleByName("d3d9.dll");
|
||||||
ASSERT(!d3d9_loaded);
|
//ASSERT(!d3d9_loaded);
|
||||||
|
|
||||||
MH_Initialize();
|
MH_Initialize();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user