From Brede Johansen - Fixes to osg::Plane::valid and added a new set method.
From Stephan Huber - Compilation fix to Texture.cpp for OSX. From Don Tidrow - added dirtyBound() to osgText::Text::setPosition
This commit is contained in:
@@ -460,8 +460,8 @@ void Texture::flushDeletedTextureObjects(uint contextID)
|
||||
DeletedTextureObjectCache::iterator citr = s_deletedTextureObjectCache.find(contextID);
|
||||
if (citr!=s_deletedTextureObjectCache.end())
|
||||
{
|
||||
std::set<uint>& textureObjectSet = citr->second;
|
||||
for(std::set<uint>::iterator titr=textureObjectSet.begin();
|
||||
std::set<GLuint>& textureObjectSet = citr->second;
|
||||
for(std::set<GLuint>::iterator titr=textureObjectSet.begin();
|
||||
titr!=textureObjectSet.end();
|
||||
++titr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user