Putting the actors in a list
parent
0902a3db89
commit
509009e5c1
@ -0,0 +1,7 @@
|
||||
#include "animation.hpp"
|
||||
|
||||
namespace MWRender{
|
||||
Animation::~Animation(){
|
||||
base = 0;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue