minor log - update
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <imgui_impl_dx11.h>
|
||||
#include <imgui_impl_win32.h>
|
||||
#include <windows.h>
|
||||
#include <deque>
|
||||
|
||||
class ApplicationClass;
|
||||
|
||||
@@ -46,7 +47,7 @@ public:
|
||||
|
||||
bool m_EnableCelShading;
|
||||
|
||||
private :
|
||||
private:
|
||||
bool showObjectWindow = false;
|
||||
bool showTerrainWindow = false;
|
||||
bool showLightWindow = false;
|
||||
@@ -62,6 +63,7 @@ private :
|
||||
ID3D11DeviceContext* m_deviceContext;
|
||||
ImVec2 windowSize;
|
||||
|
||||
const std::deque<Logger::LogEntry>& logBuffer = Logger::Get().GetLogBuffer();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user