From bac74bd010b3026e64ec5c30340ad96736c924b2 Mon Sep 17 00:00:00 2001 From: lepelog <25211966+lepelog@users.noreply.github.com> Date: Fri, 26 Nov 2021 10:21:06 +0100 Subject: [PATCH] remove obsolete comment --- libs/SSystem/SComponent/c_lib.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/SSystem/SComponent/c_lib.cpp b/libs/SSystem/SComponent/c_lib.cpp index 209c7d36700..2bd9e0c918c 100644 --- a/libs/SSystem/SComponent/c_lib.cpp +++ b/libs/SSystem/SComponent/c_lib.cpp @@ -332,7 +332,6 @@ s16 cLib_targetAngleY(const Vec& lhs, const Vec& rhs) { /* 80270C74-80270DC0 26B5B4 014C+00 0/0 2/2 109/109 .text cLib_targetAngleX__FPC4cXyzPC4cXyz */ s16 cLib_targetAngleX(cXyz const* param_0, cXyz const* param_1) { - // would match with all float literals cXyz diff = *param_1 - *param_0; f32 f1 = sqrtf(diff.getMagXZ()); return cM_atan2s(diff.GetY(), f1);