re3/src/render/Instance.cpp

10 lines
98 B
C++

#include "common.h"
#include "Instance.h"
void
CInstance::Shutdown()
{
GetMatrix().Detach();
}