From b687a50f46ab2028db7e5ba12ac7783cdb8f7dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Thu, 22 Apr 2021 01:32:17 +0200 Subject: [PATCH] ksys/phys: Remove obsolete comment --- src/KingSystem/Physics/System/physCharacterControllerParam.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/KingSystem/Physics/System/physCharacterControllerParam.h b/src/KingSystem/Physics/System/physCharacterControllerParam.h index b2d05add..ef8c65c5 100644 --- a/src/KingSystem/Physics/System/physCharacterControllerParam.h +++ b/src/KingSystem/Physics/System/physCharacterControllerParam.h @@ -41,7 +41,6 @@ struct ICharacterControllerParam { virtual void* createForm(int form_idx, sead::Heap* heap) = 0; }; -// TODO: more functions struct CharacterControllerParam : agl::utl::ParameterList, ICharacterControllerParam { struct Form : agl::utl::ParameterList { Form();