Code comments, log strings and some variable spell fixes.
This commit is contained in:
committed by
Robert Osfield
parent
300ba7aa02
commit
2ade061ced
@@ -921,7 +921,7 @@ void TextureObjectSet::remove(Texture::TextureObject* to)
|
||||
}
|
||||
else
|
||||
{
|
||||
// 'to' was tail so assing tail to the previous in list
|
||||
// 'to' was tail so assign tail to the previous in list
|
||||
_tail = to->_previous;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user