Make bgcolor tint button background images (#9818)

This commit is contained in:
Hugues Ross
2020-08-29 11:41:19 -04:00
committed by GitHub
parent 3693b6871e
commit 9976f36b18
5 changed files with 19 additions and 13 deletions

View File

@@ -338,5 +338,6 @@ class GUIButton : public gui::IGUIButton
core::rect<s32> BgMiddle;
core::rect<s32> Padding;
core::vector2d<s32> ContentOffset;
video::SColor BgColor;
// END PATCH
};