Add (u)short #7
@ -87,7 +87,7 @@ export class SimpleProperty implements Property {
|
||||
return 1;
|
||||
} else if (this.#type === 'short' || this.#type === 'ushort') {
|
||||
// Short
|
||||
return 1;
|
||||
return 2;
|
||||
bigjango13 marked this conversation as resolved
Outdated
|
||||
} else if (this.#type.startsWith('std::vector<')) {
|
||||
// C++ Vector
|
||||
return 4;
|
||||
|
Loading…
Reference in New Issue
Block a user
This should be
2
. You can determine alignment by addingERR("Alignment: %i", _Alignof(short));
to a file.Whoops, I forgot to change that one, should be fixed now, odd that it didn't give me any errors.