diff options
Diffstat (limited to 'src/renderer/Instance.cpp')
-rw-r--r-- | src/renderer/Instance.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/renderer/Instance.cpp b/src/renderer/Instance.cpp new file mode 100644 index 00000000..be6d73d6 --- /dev/null +++ b/src/renderer/Instance.cpp @@ -0,0 +1,9 @@ +#include "common.h" + +#include "Instance.h" + +void +CInstance::Shutdown() +{ + GetMatrix().Detach(); +} |