Skip to content

Commit 1f02d90

Browse files
committed
i hate myself
1 parent 6fe5a2d commit 1f02d90

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.7.5-beta.6
2+
3+
- **Added Labels back on Android**
4+
-- (i broke it in the last update)
5+
16
# 1.7.5-beta.5
27

38
- **Added Labels back on Android**

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"geode": "4.0.1",
3-
"version": "v1.7.5-beta.5",
3+
"version": "v1.7.5-beta.6",
44
"gd": {
55
"win": "2.2074",
66
"android": "2.2074",

src/Labels/LabelHooks.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#ifndef GEODE_IS_ANDROID
2-
31
#include "LabelHooks.hpp"
42

53
bool LabelsUILayer::init(GJBaseGameLayer* bgl)
@@ -60,6 +58,4 @@ void LabelPlayLayer::destroyPlayer(PlayerObject* p0, GameObject* p1)
6058
as<LabelsUILayer*>(m_uiLayer)->m_fields->labelLayer->setLastPercentage(getCurrentPercent());
6159

6260
PlayLayer::destroyPlayer(p0, p1);
63-
}
64-
65-
#endif
61+
}

src/Labels/LabelHooks.hpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#ifndef GEODE_IS_ANDROID
2-
31
#pragma once
42

53
#include <Geode/Geode.hpp>
@@ -32,6 +30,4 @@ class $modify (LabelBaseGameLayer, GJBaseGameLayer)
3230
class $modify (LabelPlayLayer, PlayLayer)
3331
{
3432
virtual void destroyPlayer(PlayerObject* p0, GameObject* p1);
35-
};
36-
37-
#endif
33+
};

0 commit comments

Comments
 (0)