Remove packed attribute from aiVector2
Returning a reference to a member of packed member is UBpull/1637/head
parent
276fc5f466
commit
45ad63f373
|
@ -99,7 +99,7 @@ public:
|
||||||
operator aiVector2t<TOther> () const;
|
operator aiVector2t<TOther> () const;
|
||||||
|
|
||||||
TReal x, y;
|
TReal x, y;
|
||||||
} PACK_STRUCT;
|
};
|
||||||
|
|
||||||
typedef aiVector2t<ai_real> aiVector2D;
|
typedef aiVector2t<ai_real> aiVector2D;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue