mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-18 20:00:56 +00:00
adds colorization to GuiBitmapButtonCtrl
This commit is contained in:
parent
3c30a905c3
commit
d074343b50
2 changed files with 5 additions and 2 deletions
|
|
@ -126,6 +126,7 @@ class GuiBitmapButtonCtrl : public GuiButtonCtrl
|
|||
|
||||
///
|
||||
Textures mTextures[ NumModifiers ];
|
||||
ColorI mColor;
|
||||
|
||||
virtual void renderButton( GFXTexHandle &texture, const Point2I& offset, const RectI& updateRect );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue