fixup! Merge branch 'master' of github.com:teamfisk/AgileBreakOut

This commit is contained in:
2015-09-25 03:10:47 +02:00
parent 8b3d9eb842
commit c0f77dd32a
2 changed files with 6 additions and 7 deletions
+3
View File
@@ -3,6 +3,7 @@
#include "GUI/TextureFrame.h"
#include "GUI/Button.h"
#include "Game/EGameStart.h"
namespace dd
{
@@ -55,6 +56,8 @@ private:
virtual bool OnButtonRelease(const Events::ButtonRelease& event)
{
if (event.Button == m_SquidoutButton) {
Events::GameStart e;
EventBroker->Publish(e);
m_Parent->Hide();
}