mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
Fix hrothgar face display.
This commit is contained in:
parent
2e7c034ebe
commit
16dd81695f
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public partial class CustomizationDrawer
|
|||
{
|
||||
int value = _currentByte.Value;
|
||||
// Hrothgar face hack.
|
||||
if (_currentIndex is CustomizeIndex.Face && _set.Race is Race.Hrothgar)
|
||||
if (_currentIndex is CustomizeIndex.Face && _set.Race is Race.Hrothgar && value is > 4 and < 9)
|
||||
value -= 4;
|
||||
|
||||
using var disabled = ImRaii.Disabled(_locked || _currentIndex is CustomizeIndex.Face && _lockedRedraw);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue