Interpolate fade amount

This makes the fadeouts and fadeins (screenwipes) much more buttery
smooth.
This commit is contained in:
Misa
2020-04-28 18:10:40 -07:00
committed by Ethan Lee
parent 8fde6f28a3
commit e897543383
2 changed files with 6 additions and 2 deletions

View File

@@ -264,6 +264,7 @@ public:
int fademode;
int fadeamount;
int oldfadeamount;
std::vector <int> fadebars;
bool trinketcolset;