Codefix 8f14894: Correct the comment for GetClassBadge function. (#14759)

This commit is contained in:
Rito12
2025-11-09 17:29:44 +01:00
committed by dP
parent efdfb07bb8
commit 36082ccf1c

View File

@@ -130,9 +130,9 @@ Badge *GetBadgeByLabel(std::string_view label)
}
/**
* Get the badge class of a badge label.
* @param label Label to get class of.
* @returns Badge class index of label.
* Get the badge for a badge class index.
* @param class_index Index of the badge class.
* @return Class badge for the class index, or nullptr if not present.
*/
Badge *GetClassBadge(BadgeClassID class_index)
{