Skip to content

Commit

Permalink
fix OpenXRay#1374 by setting eHidden as first value of EHudStates
Browse files Browse the repository at this point in the history
  • Loading branch information
yohjimane committed Jun 25, 2023
1 parent 663d2ba commit 523cd84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xrGame/HudItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ class CHUDState
public:
enum EHudStates
{
eIdle = 0,
eHidden = 0,
eIdle,
eShowing,
eHiding,
eHidden,
eBore,
eLastBaseState = eBore,
};
Expand Down

0 comments on commit 523cd84

Please sign in to comment.