Author Topic: [NGUI 3.7.7] Typo error in UILabel.cs  (Read 2262 times)

rafik

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 0
    • View Profile
[NGUI 3.7.7] Typo error in UILabel.cs
« 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 !