forked from teamnwah/openmw-tes3coop
7 lines
No EOL
100 B
C++
7 lines
No EOL
100 B
C++
#include "animation.hpp"
|
|
|
|
namespace MWRender{
|
|
Animation::~Animation(){
|
|
base = 0;
|
|
}
|
|
} |