diff --git a/build-android/src/game.c b/build-android/src/game.c index 95df00b..0948e01 100644 --- a/build-android/src/game.c +++ b/build-android/src/game.c @@ -1089,6 +1089,10 @@ void add_rope(int mouse_x, int mouse_y) { double x2 = ray_e.x; double y2 = ray_e.y; + x1 += (x1 - x2) * 100; + y1 += (y1 - y2) * 100; + + int i; struct physics_collection s; bool found = false;