Skip to content

Commit 691d532

Browse files
committed
asdfasfasdfasdfasdfasdfasdftgersdfgsdfsdfdfdhdssd ddg this sucksissssd
1 parent e9eea86 commit 691d532

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/UI/TransLabelBMFont.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ void TransLabelBMFont::setString(const char* str)
164164

165165
}
166166

167-
text = applyRTLFix(text);
167+
// text = applyRTLFix(text);
168168

169169
updateTTFVisible();
170170
}

src/Utils/OffsetManager.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ unsigned int OffsetManager::offsetForType(PatchType type)
5555
GEODE_ANDROID32(return 0x382bd8 - 0x10000);
5656
GEODE_ANDROID64(return 0x7773c4 - 0x100000);
5757
GEODE_INTEL_MAC(return 0x7fe110);
58-
GEODE_IOS(return );
58+
GEODE_IOS(return 0x80085);
5959

6060
#elif GEODE_COMP_GD_VERSION == 22073
6161

@@ -86,7 +86,7 @@ unsigned int OffsetManager::offsetForType(PatchType type)
8686
GEODE_ANDROID32(return 0x382f7c - 0x10000);
8787
GEODE_ANDROID64(return 0x77790c - 0x100000);
8888
GEODE_INTEL_MAC(return 0x7fdf34);
89-
GEODE_IOS(return );
89+
GEODE_IOS(return 0x80085);
9090

9191
#elif GEODE_COMP_GD_VERSION == 22073
9292

0 commit comments

Comments
 (0)