mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-24 23:25:38 +00:00
Ifdef, broken else
This commit is contained in:
parent
61fb816bfb
commit
8dfd82f4cf
|
@ -173,7 +173,7 @@ bool Window::init()
|
|||
progressBarRect.barPosY += borderThickness;
|
||||
#if defined(__RETRODECK__)
|
||||
progressBarRect.color = 0xC858E6FF;
|
||||
else
|
||||
#else
|
||||
progressBarRect.color = 0x79010FFF;
|
||||
#endif
|
||||
mProgressBarRectangles.emplace_back(progressBarRect);
|
||||
|
|
Loading…
Reference in a new issue