From 4ec30a8ec83922d7f79d600d94f7546b63f46a40 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Tue, 25 Feb 2025 03:03:26 -0500 Subject: [PATCH] Small Change --- data/function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/function.h b/data/function.h index bb26b05..21ccc5d 100644 --- a/data/function.h +++ b/data/function.h @@ -26,7 +26,7 @@ class __Function final { __PREVENT_DESTRUCTION(__Function); // Instance - static __Function *instance; + static __Function *instance; // Current Function typedef __FunctionInfo *func_t;