Fixed wrappers

This commit is contained in:
Robert Osfield
2008-12-01 15:46:50 +00:00
parent 91f8dbb583
commit 1ff5d3c53d
2 changed files with 2 additions and 2 deletions

View File

@@ -302,7 +302,7 @@ class OSG_EXPORT Image : public Object
return getMipmapData(mipmapLevel) + (column*getPixelSizeInBits())/8+row*getRowSizeInBytes();
}*/
/** Build all mipmap levels and change the image type to \"contain mipmaps\" **/
/** Build all mipmap levels and change the image type to contain mipmaps **/
void buildMipmaps();
/** Return true if this image is translucent - i.e. it has alpha values that are less 1.0 (when normalized). */