Add util::animation_manager::clear
This commit is contained in:
parent
ab20daf5ce
commit
e80d831d10
1 changed files with 5 additions and 0 deletions
|
|
@ -68,6 +68,11 @@ namespace psemek::util
|
||||||
return animations_.size();
|
return animations_.size();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void clear()
|
||||||
|
{
|
||||||
|
animations_.clear();
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::vector<animation> animations_;
|
std::vector<animation> animations_;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue