Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: rafik on December 18, 2014, 10:06:57 AM

Title: [NGUI 3.7.7] Typo error in UILabel.cs
Post by: rafik on December 18, 2014, 10:06:57 AM
Hi,

I've just seen a typo error in file UILabel.cs that prevent compilation on Unity 4.3.x.
In lines 897, 904, 916 and 1138,
  1. #if UNTIY_4_3
should be
  1. #if UNITY_4_3
.

Thanks for you hard work !