cButton Texture Generate

This commit is contained in:
2018-08-30 09:16:39 -04:00
parent 30416b0334
commit 335166ea00
24 changed files with 163 additions and 174 deletions
@@ -35,7 +35,7 @@ cGUI::~cGUI()
m_children.clear();
}
//public:
///public:
///Functions
/*static*/ cGUI& cGUI::Inst()
{
@@ -104,7 +104,6 @@ std::vector<GUIEngine::cWindow*>& cGUI::GetObjects()
void cGUI::Display()
{
//m_obj->Display();
std::vector<GUIEngine::cWindow*>::iterator it;
for (it = m_children.begin(); it < m_children.end(); it++) {