Fix grammar

This commit is contained in:
Camilla Berglund
2015-10-18 12:15:06 +02:00
parent c9040bce55
commit b312f5e208
2 changed files with 2 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ glViewport(0, 0, width, height);
@endcode
You can also set a framebuffer size callback using @ref
glfwSetFramebufferSizeCallback and call `glViewport` from there.
glfwSetFramebufferSizeCallback and be notified when the size changes.
Actual rendering with OpenGL is outside the scope of this tutorial, but there
are [many](https://open.gl/) [excellent](http://learnopengl.com/)