crxtrdude / pywright

Python game engine for running visual novel games similar to the Phoenix Wright series
Other
5 stars 3 forks source link

Call subscript() inside the update function of a core object -> recursion #159

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If subscript is called inside the update function of a core object, the 
subscript is going to try and update the object again, which is going to call 
the subscript again. Make sure these subscripts are only called once.

Original issue reported on code.google.com by saluk64007@gmail.com on 25 Jan 2014 at 12:25