mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
compilation OSX
This commit is contained in:
@@ -83,7 +83,7 @@ void tinyxml2::XMLElementToGLM(XMLElement *elem, glm::mat4 &matrix)
|
||||
}
|
||||
}
|
||||
|
||||
void tinyxml2::XMLCheckResult(uint r)
|
||||
void tinyxml2::XMLCheckResult(int r)
|
||||
{
|
||||
XMLError result = (XMLError) r;
|
||||
if ( result != XML_SUCCESS)
|
||||
|
||||
Reference in New Issue
Block a user