Page 1 of 1

GeometricObject LifeTime = 0 (patch included)

Posted: 28 Sep 2009, 14:36
by initram
Hi
I am creating an AI using the new c++ wrapper, and the comments for SCreateSplineFigureDrawerCommand and SCreateLineFigureDrawerCommand states that setting LifeTime to zero, should result in the object never getting removed. This however is not reflected in the implementation.

Attached is a patch that fixes that!

Re: GeometricObject LifeTime = 0 (patch included)

Posted: 28 Sep 2009, 21:59
by hoijui
applied to spring master:
http://github.com/spring/spring/commit/ ... 89f879836d

thank you! for the patch! :-)