SamNainocard
Member
|
FixedArray "array must not exceed 0x7fffffff"
I'm having problem with FixedArray error when using with another struct, although I have been used a lot but this one keep error with this message.
Code:
class Ability
{
int inx,
mod;
}
class ClassA
{
FixedArray<Ability, 6> dat;
}
|
|
01-02-2015 02:28 PM |
|
Esenthel
Administrator
|
RE: FixedArray "array must not exceed 0x7fffffff"
Thank you for reporting the issue.
I've just committed the fix to "beta" branch source.
This will work OK in next release.
|
|
01-03-2015 05:17 AM |
|