Skip to content

Commit cca9e63

Browse files
author
FreehandBlock51
committed
Fixed documentation in model.h
1 parent 8c1b1fd commit cca9e63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/viewer/model.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ struct Model {
8484
GLuint EBO;
8585
/**
8686
* Determines how OpenGL will draw the vertices. For example,
87-
* a value of GL_TRIANGLES will cause OpenGL to draw triangles
87+
* a value of MODEL_DRAW_TRIANGLES will cause OpenGL to draw triangles
8888
* using each set of three provided vertices
8989
*/
9090
drawstyle_t model_draw_style;

0 commit comments

Comments
 (0)