Skip to content

Commit 3475f68

Browse files
committed
Fix build
1 parent 8abc772 commit 3475f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controls/PicButton.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ void CMenuPicButton::Draw( )
225225
{
226226
uint textflags = 0;
227227
#ifndef MAINUI_RENDER_PICBUTTON_TEXT
228-
textflags |= ((iFlags & QMF_DROPSHADOW) ? ETF_SHADOW : 0 )
228+
textflags |= ((iFlags & QMF_DROPSHADOW) ? ETF_SHADOW : 0 );
229229
#else
230230
textflags |= ETF_ADDITIVE;
231231
#endif

0 commit comments

Comments
 (0)