We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678a6ce commit ef7b145Copy full SHA for ef7b145
Assets/JCSUnity/Scripts/GUI/JCS_TextDeltaNumber.cs
@@ -9,7 +9,7 @@
9
10
/* NOTE: If you are using `TextMesh Pro` uncomment this line.
11
*/
12
-#define TMP_PRO
+//#define TMP_PRO
13
14
using System.Collections;
15
using System.Collections.Generic;
@@ -226,7 +226,7 @@ private void UpdateTextRender()
226
#if TMP_PRO
227
if (mTextContainer == null && mTextMesh == null)
228
#else
229
- if (mText == null)
+ if (mTextContainer == null)
230
#endif
231
{
232
JCS_Debug.LogError("Text slot cannot be null references...");
0 commit comments