UI: Don't include symbols in recent games anim.

This commit is contained in:
Unknown W. Brackets
2021-04-04 10:57:40 -07:00
parent f98bafb73d
commit 0aa8a4886c
+1 -3
View File
@@ -118,7 +118,7 @@ private:
}
};
class RecentGamesAnimation : public FloatingSymbolsAnimation {
class RecentGamesAnimation : public Animation {
public:
~RecentGamesAnimation() override {}
void Draw(UIContext &dc, double t, float alpha) override {
@@ -141,8 +141,6 @@ public:
dc.RebindTexture();
}
FloatingSymbolsAnimation::Draw(dc, t, alpha * 0.5f);
}
private: