Remove packed attribute from aiUVTransform

It would cause a warning when removing packed from aiVector2
pull/1637/head
Turo Lamminen 2017-12-13 11:27:05 +02:00
parent 068d4aa4cb
commit 276fc5f466
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ struct aiUVTransform
}
#endif
} PACK_STRUCT;
};
#include "./Compiler/poppack1.h"