X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fvertexsetup.h;fp=source%2Fcore%2Fvertexsetup.h;h=beade58ed3daeb9b4421193a3b5d97524c8265c1;hp=2e483fc81768e1fcb3b4c0b15a5c91b53fd346cb;hb=526960705d8108dcc46dbb71d0d00d680b0b1bb3;hpb=6c1cb01d562bb8fbfe6559f00d42e811caebc8cd diff --git a/source/core/vertexsetup.h b/source/core/vertexsetup.h index 2e483fc8..beade58e 100644 --- a/source/core/vertexsetup.h +++ b/source/core/vertexsetup.h @@ -52,7 +52,7 @@ public: private: static bool verify_format(const VertexFormat &); - static void require_format(const VertexFormat &); + static void require_format(const VertexFormat &, bool); void update() const; void update_vertex_array(const VertexArray &, unsigned, unsigned, bool) const;