summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/types/char_info.cpp
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-09-21 18:54:04 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2023-09-22 02:21:39 +0200
commita57ca3fb66188335d4673d43099ad76ebfc5b4a2 (patch)
tree362413cf8a3d6ebc1deb24438a1db772c8de3413 /src/core/hle/service/mii/types/char_info.cpp
parentMerge pull request #11555 from yuzu-emu/revert-11551-allow-save-imports-always (diff)
downloadyuzu-a57ca3fb66188335d4673d43099ad76ebfc5b4a2.tar
yuzu-a57ca3fb66188335d4673d43099ad76ebfc5b4a2.tar.gz
yuzu-a57ca3fb66188335d4673d43099ad76ebfc5b4a2.tar.bz2
yuzu-a57ca3fb66188335d4673d43099ad76ebfc5b4a2.tar.lz
yuzu-a57ca3fb66188335d4673d43099ad76ebfc5b4a2.tar.xz
yuzu-a57ca3fb66188335d4673d43099ad76ebfc5b4a2.tar.zst
yuzu-a57ca3fb66188335d4673d43099ad76ebfc5b4a2.zip
Diffstat (limited to '')
-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();