Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

Some comments of codes are wrong #3

Closed
github2016-yuan opened this issue Jul 31, 2018 · 1 comment
Closed

Some comments of codes are wrong #3

github2016-yuan opened this issue Jul 31, 2018 · 1 comment

Comments

@github2016-yuan
Copy link

github2016-yuan commented Jul 31, 2018

In method of renderResult()

(1)// if no effect is chosen, just render the original bitmap
mTexRenderer.renderTexture(mTextures[1]);

should be
// render the result of applyEffect()
mTexRenderer.renderTexture(mTextures[1]);

(2) // render the result of applyEffect()
mTexRenderer.renderTexture(mTextures[0]);

should be
// if no effect is chosen, just render the original bitmap
mTexRenderer.renderTexture(mTextures[0]);

@codingjeremy
Copy link
Contributor

I am closing this issue/PR, as it has been migrated to the new repo linked above in the comments. Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants