mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #184 from Caraxi/fix-ui-visibility
Fix my stupid mistake
This commit is contained in:
commit
078fdff766
1 changed files with 1 additions and 1 deletions
|
|
@ -20,6 +20,6 @@ namespace Dalamud.Game.Internal.Gui.Addon {
|
|||
public short Y => this.addonStruct.Y;
|
||||
public float Scale => this.addonStruct.Scale;
|
||||
|
||||
public bool Visible => (this.addonStruct.Flags & 0x20) == 1;
|
||||
public bool Visible => (this.addonStruct.Flags & 0x20) == 0x20;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue