Cleanup: Anim, typo fix

Typo fix in a comment. No functional change.
This commit is contained in:
Sybren A. Stüvel 2024-01-05 14:17:37 +01:00
parent 8460b67ef8
commit a9d9c3b116
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ typedef struct BoneCollection {
*
* \return true when this collection and all its ancestors are visible.
*
* \see is_visisble
* \see is_visible
*/
bool is_visible_effectively() const;
#endif