1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-14 08:13:13 +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();
}