BUGFIX: Fix compiler warning: wrong initialization order in initlist.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@518 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
07029ea363
commit
c920982464
|
@ -61,9 +61,9 @@ namespace Assimp {
|
|||
*/
|
||||
struct TTUpdateInfo
|
||||
{
|
||||
TTUpdateInfo()
|
||||
: mat (NULL)
|
||||
, directShortcut (NULL)
|
||||
TTUpdateInfo() :
|
||||
directShortcut (NULL)
|
||||
, mat (NULL)
|
||||
, semantic (0)
|
||||
, index (0)
|
||||
{}
|
||||
|
|
Loading…
Reference in New Issue