Keep comment up to date

This commit is contained in:
iota97 2022-02-11 19:30:25 +01:00
parent 21736d1ab4
commit 1c313da541

View file

@ -274,7 +274,7 @@ private:
double nextT_ = -INTERVAL;
};
// TODO: Add more styles. Remember to add to the enum in Config.cpp and the selector in GameSettings too.
// TODO: Add more styles. Remember to add to the enum in ConfigValues.h and the selector in GameSettings too.
static BackgroundAnimation g_CurBackgroundAnimation = BackgroundAnimation::OFF;
static std::unique_ptr<Animation> g_Animation;