mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
UI: Don't include symbols in recent games anim.
This commit is contained in:
+1
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user