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!
GeometricObject LifeTime = 0 (patch included)
Moderator: Moderators
GeometricObject LifeTime = 0 (patch included)
- Attachments
-
- 0001-fix-for-LifeTime-0.txt
- patch to fix LifeTime = 0
- (1.02 KiB) Downloaded 21 times
Re: GeometricObject LifeTime = 0 (patch included)
applied to spring master:
http://github.com/spring/spring/commit/ ... 89f879836d
thank you! for the patch!
http://github.com/spring/spring/commit/ ... 89f879836d
thank you! for the patch!
