Skip to content

Commit df26882

Browse files
committed
Fixed bug that RTL_OVERRIDE was defined by default.
1 parent d0d24b4 commit df26882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/RTLTMPro/RTLTextMeshPro.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define RTL_OVERRIDE
1+
//#define RTL_OVERRIDE
22

33
using System.Linq;
44
using TMPro;

0 commit comments

Comments
 (0)