From 01a31f374b953b9d40548f8369289a8c6dc48b77 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 8 Oct 2015 09:29:22 -0400 Subject: fixed mouse --- src/world.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world.cpp') diff --git a/src/world.cpp b/src/world.cpp index 72287be..1498016 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -163,7 +163,7 @@ void World::singleDetect(Entity *e){ e->ground=true; e->loc.y=line[i].y-.001*deltaTime; if(e->type==STRUCTURET){ - std::cout<loc.x<<" "<loc.y<loc.x<<" "<loc.y<loc.y>line[i].y-.002*deltaTime){ // Snap the player to the top of that line if the player is inside it -- cgit v1.2.3