From 05c9d8f27aedebffcd62f84dda5454766bb2c1dd Mon Sep 17 00:00:00 2001 From: Justin Pridgen Date: Wed, 7 Aug 2024 18:53:18 -0400 Subject: [PATCH] my pr is not getting merged --- .github/workflows/build.yml | 2 ++ src/main.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 301cd8c..ea58e08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/src/main.cpp b/src/main.cpp index c939122..6b68fa1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ #include "SearchHistoryPopup.hpp" #include -class $modify(MyLevelSearchLayer, LevelSearchLayer) { +class $modify(SHLevelSearchLayer, LevelSearchLayer) { bool init(int type) { if (!LevelSearchLayer::init(type)) return false;