Minor modifications
This commit is contained in:
parent
78910b555e
commit
5a4e8d58af
3 changed files with 3 additions and 3 deletions
src/SFML/Graphics
|
@ -44,7 +44,7 @@ namespace priv
|
|||
#ifdef SFML_DEBUG
|
||||
|
||||
// In debug mode, perform a test on every OpenGL call
|
||||
#define GLCheck(call) ((call), sf::priv::GLCheckError(__FILE__, __LINE__))
|
||||
#define GLCheck(call) ((call), sf::priv::GLCheckError(__FILE__, __LINE__))
|
||||
|
||||
#else
|
||||
|
||||
|
|
|
@ -89,7 +89,7 @@ Transform Transform::GetInverse() const
|
|||
}
|
||||
else
|
||||
{
|
||||
return Transform();
|
||||
return Identity;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue