Minor Update - Logger transformer en Singleton

This commit is contained in:
2024-04-12 17:59:44 +02:00
parent 3bc9eee3cc
commit 25f05fe217
52 changed files with 535 additions and 519 deletions

View File

@@ -47,7 +47,6 @@ private:
ID3D11ShaderResourceView* m_textureView;
int m_width, m_height;
Logger logger;
};
#endif