Fix typos and spelling.
This commit is contained in:
committed by
Robert Osfield
parent
c3008512f1
commit
02c310982e
@@ -1301,7 +1301,7 @@ int Texture::compareTexture(const Texture& rhs) const
|
||||
COMPARE_StateAttribute_Parameter(_useHardwareMipMapGeneration)
|
||||
COMPARE_StateAttribute_Parameter(_internalFormatMode)
|
||||
|
||||
// only compare _internalFomat is it has alrady been set in both lhs, and rhs
|
||||
// only compare _internalFomat is it has already been set in both lhs, and rhs
|
||||
if (_internalFormat!=0 && rhs._internalFormat!=0)
|
||||
{
|
||||
COMPARE_StateAttribute_Parameter(_internalFormat)
|
||||
|
||||
Reference in New Issue
Block a user