Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bad caching in DynamicPointVisualizer. #552

Merged
merged 1 commit into from
Mar 8, 2013
Merged

Fix bad caching in DynamicPointVisualizer. #552

merged 1 commit into from
Mar 8, 2013

Conversation

mramato
Copy link
Contributor

@mramato mramato commented Mar 8, 2013

We were not only performing a bad color comparison, we were also caching a reference instead of cloning. This resulted in point textures never being udpated to reflect the underlying DynamicPoint changes.

@shunter this is the issue I was just discussing with you.

We were not only performing a bad color comparison, we were also caching a reference instead of cloning.  This resulted in point textures never being udpated to reflect the underlying DynamicPoint changes.

@shunter this is the issue I was just discussing with you.
@shunter
Copy link
Contributor

shunter commented Mar 8, 2013

Looks good. I don't see any similar problems with Color, though I found some mistakes with dates that I'll open a separate pull request for.

shunter added a commit that referenced this pull request Mar 8, 2013
Fix bad caching in DynamicPointVisualizer.
@shunter shunter merged commit 3d85e30 into master Mar 8, 2013
@shunter shunter deleted the fixPoints branch March 8, 2013 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants