Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend')
-rw-r--r--source/frontend/StarCharCreation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/frontend/StarCharCreation.cpp b/source/frontend/StarCharCreation.cpp
index c1e0f1d..7d05712 100644
--- a/source/frontend/StarCharCreation.cpp
+++ b/source/frontend/StarCharCreation.cpp
@@ -354,7 +354,8 @@ void CharCreationPane::changed() {
m_previewPlayer->setGender(GenderNames.getLeft(gender.name));
- m_previewPlayer->setHairType(gender.hairGroup, hair);
+ m_previewPlayer->setHairGroup(gender.hairGroup);
+ m_previewPlayer->setHairType(hair);
m_previewPlayer->setHairDirectives(hairColor);
m_previewPlayer->setEmoteDirectives(bodyColor + altColor);