david850067064 / nape

Automatically exported from code.google.com/p/nape
0 stars 0 forks source link

Duplicates in space.objects.begin #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I don't know if it's real issue.

I use code from LayeredStackDemo

I add to enterFrame simple count how much items we update each time in 
enterFrame and i found that every frame count is changing and grow up.

I found that in our "list" we have duplicates.

Also it's happened when I use mouse Move code from demo source.

Original issue reported on code.google.com by bog....@gmail.com on 31 May 2010 at 9:14

GoogleCodeExporter commented 9 years ago
Thankyou :) Okay i've verified that and made the fix. I'll commit it tonight 
once
i've verified the other fixes i've made regarding issue 4.

Original comment by lucadelt...@googlemail.com on 31 May 2010 at 10:09

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by lucadelt...@googlemail.com on 31 May 2010 at 7:59

GoogleCodeExporter commented 9 years ago
Thank you,
How i can contact with you I have a few updates.
For example: extends Graphic Draw in PhysObj for draw custom polygons.

Original comment by bog....@gmail.com on 31 May 2010 at 8:10

GoogleCodeExporter commented 9 years ago
ehm, not sure what you mean there, the methods in Tools create a polygon 
drawing that
is used by default, but you can override it/remove it by calling assignGraphic 
on
PhysObj to assign your own graphic, or remove it by calling assignGraphic(null);

but: ld509 at ic.ac.uk

Original comment by lucadelt...@googlemail.com on 31 May 2010 at 8:43