From e2731b48a11330f89cc3b504f6c4061901878850 Mon Sep 17 00:00:00 2001 From: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com> Date: Thu, 5 Jun 2025 16:29:44 +0300 Subject: [PATCH] Correct CBaseIntHandle alignment --- public/tier0/basetypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/tier0/basetypes.h b/public/tier0/basetypes.h index 586ac2b0..4cbb4371 100644 --- a/public/tier0/basetypes.h +++ b/public/tier0/basetypes.h @@ -472,7 +472,7 @@ struct interval_t // Typesafe 8-bit and 16-bit handles. template< class HandleType > -class ALIGN8 CBaseIntHandle +class CBaseIntHandle { public: