Moved HUD_WINDOW_COLOR to UWindowColor

This commit is contained in:
OM 2023-05-17 19:07:22 +02:00
parent 407a30408d
commit 63c5057a45
2 changed files with 8 additions and 8 deletions

View file

@ -76,4 +76,6 @@ public:
bool IsMinimized( void );
};
static UColor UWindowColor(0.15f, 0.195f, 0.278f, 1);
#endif