From 400e1f812e143a158b6e7f0e424bec1a09ef43de Mon Sep 17 00:00:00 2001 From: Explodingbill Date: Wed, 24 Jan 2024 15:25:29 +1100 Subject: [PATCH] implement stuff --- src/Hacks/ForcePlatformer.cpp | 4 ++-- src/Hacks/SliderLimit.cpp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Hacks/ForcePlatformer.cpp b/src/Hacks/ForcePlatformer.cpp index db841ad..3c383a6 100644 --- a/src/Hacks/ForcePlatformer.cpp +++ b/src/Hacks/ForcePlatformer.cpp @@ -4,7 +4,7 @@ using namespace geode::prelude; -/*class $modify (PlayerObject) +class $modify (PlayerObject) { virtual void update(float dt) { @@ -13,4 +13,4 @@ using namespace geode::prelude; PlayerObject::update(dt); } -};*/ \ No newline at end of file +}; \ No newline at end of file diff --git a/src/Hacks/SliderLimit.cpp b/src/Hacks/SliderLimit.cpp index 2f2298c..869c1c3 100644 --- a/src/Hacks/SliderLimit.cpp +++ b/src/Hacks/SliderLimit.cpp @@ -1,4 +1,4 @@ -/*#include +#include #include #include #include "../Client/Client.h" @@ -18,7 +18,7 @@ class $modify (SliderTouchLogic) this->m_slider->updateBar(); #ifdef GEODE_IS_ANDROID - //this->ccTouchEnded(p0, p1); + this->ccTouchEnded(p0, p1); #endif } -};*/ \ No newline at end of file +}; \ No newline at end of file