Support => NGUI 3 Support => Topic started by: Gillissie on August 23, 2012, 12:00:35 PM
Title: bug report in UICamera.cs
Post by: Gillissie on August 23, 2012, 12:00:35 PM
This code in UICamera.cs needs to have the nullcheck on currentTouch.pressed to avoid null reference errors if the clicked object was deleted upon the first click:
if(currentTouch.clickTime+ 0.25f > time && currentTouch.pressed!=null)