Remove packed attribute from aiUVTransform
It would cause a warning when removing packed from aiVector2pull/1637/head
parent
068d4aa4cb
commit
276fc5f466
|
@ -491,7 +491,7 @@ struct aiUVTransform
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
} PACK_STRUCT;
|
};
|
||||||
|
|
||||||
#include "./Compiler/poppack1.h"
|
#include "./Compiler/poppack1.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue