Remove hack

Former-commit-id: b876430ed3
This commit is contained in:
2022-12-18 09:43:09 -08:00
parent 5bc355e432
commit 758b61fc47
6 changed files with 13 additions and 15 deletions

View File

@@ -30,7 +30,7 @@ private:
rstl::optional_object< CToken > x4_;
};
class CAnimationDatabaseGame final : public CAnimationDatabase {
class CAnimationDatabaseGame : public CAnimationDatabase {
public:
explicit CAnimationDatabaseGame(const rstl::vector< CAnimation >& anims);