Attach QHull hook

This commit is contained in:
Amos 2021-12-28 01:18:08 +01:00
parent 324da8d340
commit 58fe36911b

View File

@ -70,7 +70,7 @@ void Systems_Init()
CBaseClient_Attach();
CBaseFileSystem_Attach();
//QHull_Attach();
QHull_Attach();
//BspLib_Attach();
#ifndef DEDICATED
@ -138,7 +138,7 @@ void Systems_Shutdown()
CBaseClient_Detach();
CBaseFileSystem_Detach();
//QHull_Detach();
QHull_Detach();
//BspLib_Detach();
#ifndef DEDICATED