1
0
mirror of https://github.com/td512/re3.git synced 2026-02-07 15:51:14 +00:00

render -> renderer (original name)

This commit is contained in:
Sergeanur
2021-07-15 18:19:32 +03:00
parent 8018e40ebf
commit d0404cbdb7
65 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
#include "common.h"
#include "Instance.h"
void
CInstance::Shutdown()
{
GetMatrix().Detach();
}