- March 26, 2007
- 3,715
- 180
- Home Country
- Germany
GUIPlayListItemListControl never calls base.Render() but GUIListControl does this and call goes to GUIControl base class:<br /> <br /> public virtual void Render(float timePassed)<br /> {<br /> _hasRendered = true;<br /> }<br /> <br /> The flag is used in HasRendered (in GUIControl) method which is used by animations causing the animation fail for first time for the list control (the control stays hidden no matter what).<br /> <br /> See internal thread for more details
Continue reading...
Continue reading...