diff --git a/deps/glutils/include/glutils/glutils.hpp b/deps/glutils/include/glutils/glutils.hpp index 4647157be..f431aa82c 100644 --- a/deps/glutils/include/glutils/glutils.hpp +++ b/deps/glutils/include/glutils/glutils.hpp @@ -111,7 +111,7 @@ extern template struct GLObject; extern template struct GLObject; using GLBuffer = GLObject; -using GLFrameBuffer = GLObject; +using GLFrameBuffer = GLObject; using GLRenderBuffer = GLObject; using GLShader = GLObject; using GLProgram = GLObject;