diff --git a/libs/gd.hpp b/libs/gd.hpp index 9ea5841..3250689 160000 --- a/libs/gd.hpp +++ b/libs/gd.hpp @@ -1 +1 @@ -Subproject commit 9ea584186fab1067d60a9352a1063672a9d2ee78 +Subproject commit 3250689fba113829d29b5ee9ce652a746a98aa4c diff --git a/src/standalone/hooks/PauseLayer.cpp b/src/standalone/hooks/PauseLayer.cpp index 88ebaab..cd21c25 100644 --- a/src/standalone/hooks/PauseLayer.cpp +++ b/src/standalone/hooks/PauseLayer.cpp @@ -3,10 +3,10 @@ #include "../../shared/hacks/hide-pause/hide-pause.hpp" -namespace openhack::hooks::HardStreak { +namespace openhack::hooks::PauseLayer { void customSetup(gd::PauseLayer* self) { hacks::HidePause::customSetup(self); - gd::hook::HardStreak::customSetup(self); + gd::hook::PauseLayer::customSetup(self); } void installHooks() {