Skip to content

Commit

Permalink
- removed alpha parameter from BaseStatusBar.DrawBar because this can…
Browse files Browse the repository at this point in the history
…not be used with this function.
  • Loading branch information
coelckers committed Apr 21, 2017
1 parent b5f87aa commit 1852079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/statusbar/statusbar.txt
Expand Up @@ -969,7 +969,7 @@ class BaseStatusBar native ui
//
//============================================================================

void DrawBar(String ongfx, String offgfx, double curval, double maxval, Vector2 position, int border, int vertical, int flags = 0, double alpha = 1.)
void DrawBar(String ongfx, String offgfx, double curval, double maxval, Vector2 position, int border, int vertical, int flags = 0)
{
let ontex = TexMan.CheckForTexture(ongfx, TexMan.TYPE_MiscPatch);
if (!ontex.IsValid()) return;
Expand Down

0 comments on commit 1852079

Please sign in to comment.