From b8fdca96938a7a8d2f10659f02f27db800aaa7cc Mon Sep 17 00:00:00 2001 From: MegaMech Date: Fri, 30 May 2025 22:39:49 -0600 Subject: [PATCH] Clarify comment --- src/update_objects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/update_objects.c b/src/update_objects.c index 34e426d38..8cd631be8 100644 --- a/src/update_objects.c +++ b/src/update_objects.c @@ -2459,7 +2459,7 @@ void func_800788F8(s32 objectIndex, u16 rot, Camera* camera) { // Adjustable culling factor const float cullingFactor = OTRGetAspectRatio(); - // Calculate object's rotation relative to the camera + // Calculate the cloud's rotation relative to the camera cameraRot = camera->rot[1] + rot; // Adjust bounds based on the culling factor