Accept suggestion on SkinGeometry

Co-authored-by: chris <github@onechris.mozmail.com>
This commit is contained in:
rtm516 2024-03-17 22:18:21 +00:00 committed by GitHub
parent eade61c428
commit 9c8b6de9bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public record SkinGeometry(String geometryName, String geometryData) {
/**
* Generate generic geometry
*
* @param isSlim Should it be the alex model
* @param isSlim if true, it will be the slimmer alex model
* @return The generic geometry object
*/
private static SkinGeometry getLegacy(boolean isSlim) {