Skip to content

Commit

Permalink
my pr is not getting merged
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 committed Aug 7, 2024
1 parent d2f9e02 commit 05c9d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
bindings: hiimjustin000/bindings
bindings-ref: patch-4
build-config: RelWithDebInfo
export-pdb: true
combine: true
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "SearchHistoryPopup.hpp"

#include <Geode/modify/LevelSearchLayer.hpp>
class $modify(MyLevelSearchLayer, LevelSearchLayer) {
class $modify(SHLevelSearchLayer, LevelSearchLayer) {
bool init(int type) {
if (!LevelSearchLayer::init(type)) return false;

Expand Down

0 comments on commit 05c9d8f

Please sign in to comment.