mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- Reverted unintended change to sbarinfo_display.cpp that I had forgotten about.
SVN r998 (trunk)
This commit is contained in:
parent
ee1039f04e
commit
51adf36efc
1 changed files with 1 additions and 1 deletions
|
@ -1070,7 +1070,7 @@ void DSBarInfo::doCommands(SBarInfoBlock &block, int xOffset, int yOffset, int a
|
|||
DTA_DestHeight, cmd.special2,
|
||||
DTA_Bottom320x200, Scaled,
|
||||
DTA_Alpha, alpha,
|
||||
DTA_AlphaChannel, 0,// true,
|
||||
DTA_AlphaChannel, true,
|
||||
DTA_FillColor, 0,
|
||||
TAG_DONE);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue