X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fvertexbuilder.cpp;h=3d3ec79b650b9821d0f0346198a354930e43f9f6;hp=d6759d7e85be93d873f44b3c873b0cc2e4006fda;hb=b617c5d7b5283ad260a77f01e42e6170cabbc03d;hpb=f17794d55923d4fb4f63e9d082d8d84a735a04e8 diff --git a/source/vertexbuilder.cpp b/source/vertexbuilder.cpp index d6759d7e..3d3ec79b 100644 --- a/source/vertexbuilder.cpp +++ b/source/vertexbuilder.cpp @@ -18,11 +18,11 @@ VertexBuilder::VertexBuilder(): void VertexBuilder::attrib(unsigned i, float x, float y, float z, float w) { - Attrib &a=av[i]; - a.x=x; - a.y=y; - a.z=z; - a.w=w; + Attrib &a = av[i]; + a.x = x; + a.y = y; + a.z = z; + a.w = w; } } // namespace GL