summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/types/char_info.cpp
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-09-22 15:56:14 +0200
committerGitHub <noreply@github.com>2023-09-22 15:56:14 +0200
commitbd5ae33153da8f94050403c02e1c1892beaa3716 (patch)
treeda23286287c318aba75370e37db6734244a18798 /src/core/hle/service/mii/types/char_info.cpp
parentMerge pull request #11557 from GPUCode/brr-format (diff)
parentam: mii_edit: Implement DB operations (diff)
downloadyuzu-bd5ae33153da8f94050403c02e1c1892beaa3716.tar
yuzu-bd5ae33153da8f94050403c02e1c1892beaa3716.tar.gz
yuzu-bd5ae33153da8f94050403c02e1c1892beaa3716.tar.bz2
yuzu-bd5ae33153da8f94050403c02e1c1892beaa3716.tar.lz
yuzu-bd5ae33153da8f94050403c02e1c1892beaa3716.tar.xz
yuzu-bd5ae33153da8f94050403c02e1c1892beaa3716.tar.zst
yuzu-bd5ae33153da8f94050403c02e1c1892beaa3716.zip
Diffstat (limited to 'src/core/hle/service/mii/types/char_info.cpp')
-rw-r--r--src/core/hle/service/mii/types/char_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/mii/types/char_info.cpp b/src/core/hle/service/mii/types/char_info.cpp
index e90124af4..c82186c73 100644
--- a/src/core/hle/service/mii/types/char_info.cpp
+++ b/src/core/hle/service/mii/types/char_info.cpp
@@ -37,7 +37,7 @@ void CharInfo::SetFromStoreData(const StoreData& store_data) {
eyebrow_aspect = store_data.GetEyebrowAspect();
eyebrow_rotate = store_data.GetEyebrowRotate();
eyebrow_x = store_data.GetEyebrowX();
- eyebrow_y = store_data.GetEyebrowY() + 3;
+ eyebrow_y = store_data.GetEyebrowY();
nose_type = store_data.GetNoseType();
nose_scale = store_data.GetNoseScale();
nose_y = store_data.GetNoseY();