fix for empty sounds/animation collections
Some checks failed
Build / Build Game (push) Has been cancelled

This commit is contained in:
2026-03-02 20:17:04 -05:00
parent 03ee76e0a5
commit 3375f56492
7 changed files with 40 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ namespace game::resource::xml
class AnimationEntryCollection : public std::vector<AnimationEntry>
{
public:
const std::string& get();
std::string* get();
};
}