1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-03-25 16:45:06 +00:00
re3/src/render/Instance.cpp

10 lines
98 B
C++
Raw Normal View History

#include "common.h"
2020-04-17 13:31:11 +00:00
#include "Instance.h"
void
CInstance::Shutdown()
{
GetMatrix().Detach();
}