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

Edit ResolveUniform() function #137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Arime-chan
Copy link

Due to a misplaced closing bracket, the rest of ResolveUniform() function's code is placed inside the first loop, even Unbind(), which may lead to false behavior.
Instead of reformat the whole function's code (spacing, indent, etc..) I just remove and replace that bracket to show that the rest of the code (other than the misplaced bracket) remain unchanged.

Due to a misplaced closing bracket, the rest of ResolveUniform() function's code is placed inside the first loop, even Unbind(), which may lead to false behavior.
Instead of reformat the whole function's code (spacing, indent, etc..) I just remove and replace that bracket to show that the rest of the code (other than the misplaced bracket) remain unchanged.
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.

1 participant