Skip to content

Commit 0c7cf8c

Browse files
committed
comment fix
1 parent baf63c0 commit 0c7cf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib/ffgl/FFGL.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ void ValidateContextState()
10021002
glGetIntegerv( GL_UNIFORM_BUFFER_BINDING, glInt );
10031003
assert( glInt[ 0 ] == 0 );
10041004

1005-
//Please use the ScopedVAOBinding to automatically unbind your uniform buffers.
1005+
//Please use the ScopedVAOBinding to automatically unbind your vertex array objects.
10061006
glGetIntegerv( GL_VERTEX_ARRAY_BINDING, glInt );
10071007
assert( glInt[ 0 ] == 0 );
10081008

0 commit comments

Comments
 (0)