TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.1k stars 222 forks source link

Edit ResolveUniform() function #137

Open Arime-chan opened 6 years ago

Arime-chan commented 6 years ago

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.