Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: blechowski on July 29, 2013, 12:45:03 PM

Title: [Bug?] UIGeometry.ApplyTransform has parameter normals that is not used
Post by: blechowski on July 29, 2013, 12:45:03 PM
UIGeometry.ApplyTransform(Matrix4x4 widgetToPanel, bool normals)
Line 82

normals parameter is never used.

Unity 4.1.5f1
NGUI 3.6.3
Title: Re: [Bug?] UIGeometry.ApplyTransform has parameter normals that is not used
Post by: ArenMook on July 30, 2013, 12:29:54 AM
Leftover from some older code. Not really a bug as it doesn't cause any issues, but I'll fix it for the next release nonetheless.