minor fix to model documentation

This commit is contained in:
ohsqueezy 2023-07-15 12:05:06 -04:00
parent 9a727513a1
commit 7bbc0f851d
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ namespace sb
sb::Texture& texture(int index = 0);
/*!
* Add texture to model's list of textures and share ownership.
* Add a copy of the given texture to model's list of textures.
*
* @param texture texture to add to model
*/