1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-13 03:18:30 +00:00
re3/src/render/Instance.cpp
2020-04-17 16:31:11 +03:00

10 lines
98 B
C++

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