lewisje / renderengine

Automatically exported from code.google.com/p/renderengine
MIT License
0 stars 0 forks source link

Math objects which are transient shouldn't affect the object count or Engine.livingObjects #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
MathObject is being created and the count of new objects increased for 
transient math objects.  This only applies when MathObjects are transient.

Original issue reported on code.google.com by bfatt...@gmail.com on 15 Jul 2010 at 5:41

GoogleCodeExporter commented 8 years ago
MathObject is now properly not pooled if transient.  It also does not affect 
the object counts and is not added to the engine as a tracked object.

Original comment by bfatt...@gmail.com on 15 Jul 2010 at 5:46

GoogleCodeExporter commented 8 years ago

Original comment by bfatt...@gmail.com on 9 Nov 2010 at 2:40