From df26882e645bf3a29452082a3f5deabb222cb12c Mon Sep 17 00:00:00 2001 From: Moh Narimani Date: Tue, 3 Jul 2018 19:38:30 +0430 Subject: [PATCH] Fixed bug that RTL_OVERRIDE was defined by default. --- Assets/RTLTMPro/RTLTextMeshPro.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/RTLTMPro/RTLTextMeshPro.cs b/Assets/RTLTMPro/RTLTextMeshPro.cs index 4058127..3215674 100644 --- a/Assets/RTLTMPro/RTLTextMeshPro.cs +++ b/Assets/RTLTMPro/RTLTextMeshPro.cs @@ -1,4 +1,4 @@ -#define RTL_OVERRIDE +//#define RTL_OVERRIDE using System.Linq; using TMPro;