1
NGUI 3 Support / Bug in UIScrollView
« on: June 11, 2014, 02:11:33 AM »
Currently there is something like this:
But rather should be something like this:
- public void InvalidateBounds () { mCalculatedBounds = true; }
But rather should be something like this:
- public void InvalidateBounds () { mCalculatedBounds = false; }
