File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ void TransLabelBMFont::setString(const char* str)
164
164
165
165
}
166
166
167
- text = applyRTLFix (text);
167
+ // text = applyRTLFix(text);
168
168
169
169
updateTTFVisible ();
170
170
}
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ unsigned int OffsetManager::offsetForType(PatchType type)
55
55
GEODE_ANDROID32 (return 0x382bd8 - 0x10000 );
56
56
GEODE_ANDROID64 (return 0x7773c4 - 0x100000 );
57
57
GEODE_INTEL_MAC (return 0x7fe110 );
58
- GEODE_IOS (return );
58
+ GEODE_IOS (return 0x80085 );
59
59
60
60
#elif GEODE_COMP_GD_VERSION == 22073
61
61
@@ -86,7 +86,7 @@ unsigned int OffsetManager::offsetForType(PatchType type)
86
86
GEODE_ANDROID32 (return 0x382f7c - 0x10000 );
87
87
GEODE_ANDROID64 (return 0x77790c - 0x100000 );
88
88
GEODE_INTEL_MAC (return 0x7fdf34 );
89
- GEODE_IOS (return );
89
+ GEODE_IOS (return 0x80085 );
90
90
91
91
#elif GEODE_COMP_GD_VERSION == 22073
92
92
You can’t perform that action at this time.
0 commit comments