adds colorization to GuiBitmapButtonCtrl

This commit is contained in:
AzaezelX 2021-11-26 20:13:59 -06:00
parent 3c30a905c3
commit d074343b50
2 changed files with 5 additions and 2 deletions

View file

@ -126,6 +126,7 @@ class GuiBitmapButtonCtrl : public GuiButtonCtrl
///
Textures mTextures[ NumModifiers ];
ColorI mColor;
virtual void renderButton( GFXTexHandle &texture, const Point2I& offset, const RectI& updateRect );