diff options
Diffstat (limited to 'examples/demo/opengl/gllandscape.cpp')
-rw-r--r-- | examples/demo/opengl/gllandscape.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/opengl/gllandscape.cpp b/examples/demo/opengl/gllandscape.cpp index 0aa836687..7336a20c8 100644 --- a/examples/demo/opengl/gllandscape.cpp +++ b/examples/demo/opengl/gllandscape.cpp @@ -509,7 +509,7 @@ void GLLandscape::averageNormals() normals[i-1][k-1].l[t] + normals[i-1][k].l[t] )/6.0; } else { - // Vertices that are on the edge of the height field retquire + // Vertices that are on the edge of the height field require // special attention.. if ( i == 0 && k == 0 ) { for ( int t = 0; t < 3; t++ ) |