]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/instancearray.cpp
Tweak the comma operator between VertexAttribute and unsigned
[libs/gl.git] / source / render / instancearray.cpp
index 039a50ecde32a7500850ca107f040169fe0b5692..427976129d65b1a4e5f0c82caf725822111a44b7 100644 (file)
@@ -46,7 +46,7 @@ InstanceArray::InstanceArray(const Object &o):
        {
                instance_data = new VertexArray((RAW_ATTRIB4,matrix_location, RAW_ATTRIB4,matrix_location+1, RAW_ATTRIB4,matrix_location+2));
                const VertexFormat &fmt = instance_data->get_format();
-               matrix_offset = fmt.offset(make_indexed_attribute(RAW_ATTRIB4, matrix_location));
+               matrix_offset = fmt.offset((RAW_ATTRIB4,matrix_location));
 
                instance_buffer = new Buffer;
                instance_data->use_buffer(instance_buffer);