Skip to content

Commit

Permalink
implement stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Jan 24, 2024
1 parent 66013cf commit 400e1f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Hacks/ForcePlatformer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

using namespace geode::prelude;

/*class $modify (PlayerObject)
class $modify (PlayerObject)
{
virtual void update(float dt)
{
Expand All @@ -13,4 +13,4 @@ using namespace geode::prelude;

PlayerObject::update(dt);
}
};*/
};
6 changes: 3 additions & 3 deletions src/Hacks/SliderLimit.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*#include <Geode/Geode.hpp>
#include <Geode/Geode.hpp>
#include <Geode/modify/SliderTouchLogic.hpp>
#include <Geode/modify/Slider.hpp>
#include "../Client/Client.h"
Expand All @@ -18,7 +18,7 @@ class $modify (SliderTouchLogic)
this->m_slider->updateBar();

#ifdef GEODE_IS_ANDROID
//this->ccTouchEnded(p0, p1);
this->ccTouchEnded(p0, p1);
#endif
}
};*/
};

0 comments on commit 400e1f8

Please sign in to comment.