From c4e0b9793a4c7bbbdb94944e2d6191b2ae2ee01b Mon Sep 17 00:00:00 2001 From: Fuzzy2319 Date: Thu, 5 Mar 2026 19:19:17 +0100 Subject: [PATCH] fix:TaskBase inheritence --- include/framework/seadTaskBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/framework/seadTaskBase.h b/include/framework/seadTaskBase.h index 991078c1..0b6ff222 100644 --- a/include/framework/seadTaskBase.h +++ b/include/framework/seadTaskBase.h @@ -20,7 +20,7 @@ class TaskEvent; class TaskMgr; class TaskParameter; -class TaskBase : public TTreeNode, public IDisposer, public INamable +class TaskBase : public IDisposer, public TTreeNode, public INamable { SEAD_RTTI_BASE(TaskBase)