mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 17:15:32 +00:00
7 lines
No EOL
100 B
C++
7 lines
No EOL
100 B
C++
#include "animation.hpp"
|
|
|
|
namespace MWRender{
|
|
Animation::~Animation(){
|
|
base = 0;
|
|
}
|
|
} |