X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fbufferable.cpp;h=0a480e2527cfabbdf24241508d089acb5e8bd726;hp=24c0f2789f4bae1bf256237587509ff40c408e68;hb=f2bb1caa233930e1148613e9d5daa2c29b0fe271;hpb=5a3966187c59c8763b7109d252875939e70cc151 diff --git a/source/core/bufferable.cpp b/source/core/bufferable.cpp index 24c0f278..0a480e25 100644 --- a/source/core/bufferable.cpp +++ b/source/core/bufferable.cpp @@ -114,7 +114,6 @@ void Bufferable::upload_data(char *target) const if(location_dirty) { buffer->require_size(offset+data_size); - location_changed(buffer, offset, data_size); location_dirty = false; }