[Gtkradiant] [Bug 845] Rotating texture makes number box continuously change

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Sat, 26 Jul 2003 07:00:33 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=845





------- Additional Comments From wjoseph@europe.ea.com  2003-07-26 07:00 -------
I reproduced this on the current cvs build. Clicking on the rotation arrows 
again before the app has had time to update the scene causes an infinite 
recursion of the gtk main loop. This is because the update function runs a few 
iterations of the main loop in an attempt to make the editor responsive during 
the update operation on slow machines. Removing this fixes the bug.