Fix short alignment
This commit is contained in:
parent
6b4d6d9239
commit
0b696bd55b
@ -87,7 +87,7 @@ export class SimpleProperty implements Property {
|
||||
return 1;
|
||||
} else if (this.#type === 'short' || this.#type === 'ushort') {
|
||||
// Short
|
||||
return 1;
|
||||
return 2;
|
||||
} else if (this.#type.startsWith('std::vector<')) {
|
||||
// C++ Vector
|
||||
return 4;
|
||||
|
Loading…
Reference in New Issue
Block a user