aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/cpp/Subconscious.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/Subconscious.cpp')
-rw-r--r--src/main/cpp/Subconscious.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/cpp/Subconscious.cpp b/src/main/cpp/Subconscious.cpp
index 5d04e5c..f1d4e79 100644
--- a/src/main/cpp/Subconscious.cpp
+++ b/src/main/cpp/Subconscious.cpp
@@ -67,6 +67,7 @@ void Subconscious::run()
/*** Mouse Events ***/
case sf::Event::MouseButtonPressed:
+ _currentScene->click(event.mouseButton);
break;
case sf::Event::MouseButtonReleased: