Skip to content

Commit 08b4b37

Browse files
chore: change union ordering of qos entryInternalData
1 parent a7d3125 commit 08b4b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Common/Game/QOS/QOS_Assets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,8 +1827,8 @@ namespace QOS
18271827

18281828
union entryInternalData
18291829
{
1830-
operationEnum op;
18311830
Operand operand;
1831+
operationEnum op;
18321832
};
18331833

18341834
enum expressionEntryType : int

0 commit comments

Comments
 (0)