Changed the way blocks are rendered

This commit is contained in:
andreja6
2018-04-24 17:13:04 -07:00
parent f6b301a836
commit cbd680a6ac
5 changed files with 97 additions and 62 deletions

View File

@@ -25,6 +25,7 @@ void BaseButtonInstance::onMouseClick()
if(listener != NULL)
{
listener->onButton1MouseClick(this);
}
}