lamao / stones-of-history

Automatically exported from code.google.com/p/stones-of-history
0 stars 0 forks source link

Another models change their color when entity is removed. #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
*BUILD NUMBER*
Revision 67

*OS*
All

*STEPS TO REPRODUCE*
1. Run game
2. Fire ball
3. Activate double ball bonus.
3. Let one ball to be destroyed (e.g. collided with bottom wall)

*ACTUAL RESULT*
Another ball (or bonus model with the same color) change its color.

*EXPECTED RESULT*
Model must not change its color.

*ADDITIONAL DESCRIPTION*
I think the same behavior is every time the entity or model is removed 
from the scene.

Original issue reported on code.google.com by lamao.ua@gmail.com on 30 May 2010 at 4:23

GoogleCodeExporter commented 8 years ago
This is due missing updateRender calls when entity is added.

Original comment by lamao.ua@gmail.com on 3 Jun 2010 at 8:51

GoogleCodeExporter commented 8 years ago
Fixed in revision r76.

Original comment by lamao.ua@gmail.com on 3 Jun 2010 at 8:56

GoogleCodeExporter commented 8 years ago
Verified, fixed.

Original comment by lamao.ua@gmail.com on 7 Jun 2010 at 8:34