Minor modifications
This commit is contained in:
parent
78910b555e
commit
5a4e8d58af
@ -358,7 +358,7 @@ private:
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
// Member data
|
// Member data
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
float myMatrix[16]; /// 4x4 matrix defining the transformation
|
float myMatrix[16]; ///< 4x4 matrix defining the transformation
|
||||||
};
|
};
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
@ -89,7 +89,7 @@ Transform Transform::GetInverse() const
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return Transform();
|
return Identity;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user