mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 09:44:52 +01:00
* Fix #21591: Banner text colors are not working properly
This commit is contained in:
committed by
GitHub
parent
dfcb527ada
commit
6b734fda6b
@@ -163,5 +163,8 @@ GameActions::Result BannerSetStyleAction::Execute() const
|
||||
intent.PutExtra(INTENT_EXTRA_BANNER_INDEX, _bannerIndex);
|
||||
ContextBroadcastIntent(&intent);
|
||||
|
||||
ScrollingTextInvalidate();
|
||||
GfxInvalidateScreen();
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user