Change Console init method and add memory monitor

This commit is contained in:
Cruel
2015-08-22 23:10:30 -04:00
parent 2e4ceb5bae
commit aa9b884df3
3 changed files with 35 additions and 8 deletions
+4 -1
View File
@@ -50,6 +50,8 @@ public:
void setVisible(bool visible);
static void initialize();
private:
////////////////////////////////////////////////////////////
@@ -66,8 +68,9 @@ private:
////////////////////////////////////////////////////////////
Font m_font;
std::vector<Text> m_lines;
Text m_memoryText;
unsigned int m_limit;
bool m_initialized;
static bool m_initialized;
bool m_visible;
};