[#79] Fix scope of some variables.
The Mesh, posAccessor and vertexAttribues were only used inside the scope of their loops and shouldn't have been sitting around in the functions top-most scope.
Loading
Please register or sign in to comment
The Mesh, posAccessor and vertexAttribues were only used inside the scope of their loops and shouldn't have been sitting around in the functions top-most scope.