1
0
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 (#21709)

* Fix #21591: Banner text colors are not working properly
This commit is contained in:
Michał Janiszewski
2024-04-02 18:06:58 +02:00
committed by GitHub
parent dfcb527ada
commit 6b734fda6b

View File

@@ -163,5 +163,8 @@ GameActions::Result BannerSetStyleAction::Execute() const
intent.PutExtra(INTENT_EXTRA_BANNER_INDEX, _bannerIndex);
ContextBroadcastIntent(&intent);
ScrollingTextInvalidate();
GfxInvalidateScreen();
return res;
}