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

Chapter 1 / 6 error in comments #41

Closed
Shadowblitz16 opened this issue Jul 22, 2020 · 1 comment
Closed

Chapter 1 / 6 error in comments #41

Shadowblitz16 opened this issue Jul 22, 2020 · 1 comment

Comments

@Shadowblitz16
Copy link

Chapter 1 / 6 says ..

            // shader.frag has been modified yet again, take a look at it as well.
            _shader = new Shader("Shaders/shader.vert", "Shaders/shader.frag");
            _shader.Use();

when it should say...

            // shader.vert has been modified, take a look at it as well.
            _shader = new Shader("Shaders/shader.vert", "Shaders/shader.frag");
            _shader.Use();
@Paphos
Copy link
Contributor

Paphos commented Jun 13, 2021

This issue applies for 7-Transformations, not 6-MultipleTextures. I fixed it in a commit.

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

No branches or pull requests

2 participants