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

SFImage.copy function bug #526

Merged
merged 1 commit into from
Jul 29, 2015
Merged

SFImage.copy function bug #526

merged 1 commit into from
Jul 29, 2015

Conversation

andreasplesch
Copy link
Contributor

The .setPixels() expects a pixels array, but the image array was provided.
Instead of converting to and from Pixels, it may be possible to just copy the array using the slice method ?

The .setPixels() expects a pixels array, but the image array was provided.
Instead of converting to and from Pixels, it may be possible to just copy the array using the slice method  ?
tsturm added a commit that referenced this pull request Jul 29, 2015
@tsturm tsturm merged commit b943da2 into x3dom:master Jul 29, 2015
@andreasplesch andreasplesch deleted the patch-2 branch July 29, 2015 17:33
@andreasplesch
Copy link
Contributor Author

Thanks.

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