1
NGUI 3 Support / Re: UIWidget.PanelCompareFunc issue?
« on: August 17, 2015, 04:27:24 AM »
And then?
I'd say if anything, it should be
if (leftMat == null) return 1; if (rightMat == null) return -1;
