From 58fe36911b5aac9cea42155e92a744d7e504a82e Mon Sep 17 00:00:00 2001 From: Amos <48657826+Mauler125@users.noreply.github.com> Date: Tue, 28 Dec 2021 01:18:08 +0100 Subject: [PATCH] Attach QHull hook --- r5dev/core/init.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r5dev/core/init.cpp b/r5dev/core/init.cpp index 1d99b247..fe4f928b 100644 --- a/r5dev/core/init.cpp +++ b/r5dev/core/init.cpp @@ -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