fix for empty sounds/animation collections
Some checks failed
Build / Build Game (push) Has been cancelled
Some checks failed
Build / Build Game (push) Has been cancelled
This commit is contained in:
@@ -17,7 +17,7 @@ namespace game::resource::xml
|
||||
class AnimationEntryCollection : public std::vector<AnimationEntry>
|
||||
{
|
||||
public:
|
||||
const std::string& get();
|
||||
std::string* get();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user