Clarify comment

This commit is contained in:
MegaMech
2025-05-30 22:39:49 -06:00
parent 066110e88a
commit b8fdca9693
+1 -1
View File
@@ -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