diff --git a/src/state.h b/src/state.h index c245584..ca1d204 100644 --- a/src/state.h +++ b/src/state.h @@ -5,6 +5,5 @@ struct MyState { GLuint shaderProgram; GLuint vao; - GLuint ebo; int numTris; };