From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."
This commit is contained in:
@@ -99,7 +99,7 @@ class OSG_EXPORT Texture2D : public Texture
|
||||
|
||||
|
||||
/** Helper function. Sets the number of mipmap levels created for this
|
||||
* texture. Should only be called within an osg::Texuture::apply(), or
|
||||
* texture. Should only be called within an osg::Texture::apply(), or
|
||||
* during a custom OpenGL texture load. */
|
||||
void setNumMipmapLevels(unsigned int num) const { _numMipmapLevels=num; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user