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