Updated change log.

From Fredric Marmond, changed unsigned int to unsigned long to avoid compile errors under 64 bit compile.
This commit is contained in:
Robert Osfield
2005-05-25 15:35:51 +00:00
parent 55d170d4fd
commit 2b08f729f3
3 changed files with 65 additions and 7 deletions

View File

@@ -92,7 +92,7 @@ class OSG_EXPORT Geometry : public Drawable
ref_ptr<IndexArray> indices;
AttributeBinding binding;
GLboolean normalize;
mutable unsigned int offset;
mutable unsigned long offset;
};
struct OSG_EXPORT Vec3ArrayData
@@ -134,7 +134,7 @@ class OSG_EXPORT Geometry : public Drawable
ref_ptr<IndexArray> indices;
AttributeBinding binding;
GLboolean normalize;
mutable unsigned int offset;
mutable unsigned long offset;
};
/** Static ArrayData which is returned from getTexCoordData(i) const and getVertexAttribData(i) const