aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/world.hpp')
-rw-r--r--include/world.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/world.hpp b/include/world.hpp
index 570cc9d..059efa3 100644
--- a/include/world.hpp
+++ b/include/world.hpp
@@ -148,7 +148,7 @@ public:
static float isAboveGround(const vec2& p); //const;
- void receive(const BGMToggleEvent &bte);
+ bool receive(const BGMToggleEvent &bte);
void update(entityx::EntityManager &en, entityx::EventManager &ev, entityx::TimeDelta dt) override;
static void render(void);