diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3d1afb6..c404f22 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -159,6 +159,7 @@ unsigned int logic(unsigned int interval,void *param){ ui.handleEvents(); // Handle events player.vel.x = 0; + currentWorld->detect(&player.loci,player.width); //std::cout << player.vel.x << std::endl; //std::cout << player.velg.y << std::endl; |