From a80e2190ae1a01b790f44cbba46a3edf2cbb7136 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:41:23 +0200 Subject: [PATCH] bump version --- changelog.md | 2 +- mod.json | 2 +- src/features/LDMObjectCount.cpp | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 544fb8d..90f5db8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # BetterEdit 6 -## v6.9.0-alpha.2 +## v6.9.0 * Add LDM Object Count to the pause menu ## v6.9.0-alpha.1 diff --git a/mod.json b/mod.json index ff30068..48fb87b 100644 --- a/mod.json +++ b/mod.json @@ -1,6 +1,6 @@ { "geode": "4.0.0-beta.2", - "version": "6.9.0-alpha.2", + "version": "6.9.0", "gd": { "win": "2.2074", "mac": "2.2074", diff --git a/src/features/LDMObjectCount.cpp b/src/features/LDMObjectCount.cpp index 4efa663..199f915 100644 --- a/src/features/LDMObjectCount.cpp +++ b/src/features/LDMObjectCount.cpp @@ -5,6 +5,7 @@ using namespace geode::prelude; class $modify(EditorPauseLayer) { + $override bool init(LevelEditorLayer* lel) { if (!EditorPauseLayer::init(lel)) return false;