ReClassEx icon indicating copy to clipboard operation
ReClassEx copied to clipboard

Extending instance misaligns the containing class

Open Synraw opened this issue 6 years ago • 3 comments

This GIF should explain the bug better than I can with words lol http://i.imgur.com/GenRzIR.gifv

Synraw avatar Aug 14 '17 22:08 Synraw

This is not a bug. That instance is in line with the super class in memory. When you add 4 to the instance you bump member variables of the door class down because this is how reclass handles insertions

smeckels avatar Aug 14 '17 22:08 smeckels

Smeckels was right on. Hooray for no bugs

ajkhoury avatar Aug 15 '17 01:08 ajkhoury

while this isn't exactly a bug, we should do something to the field that already exists to either be absorbed by the class instance thats grown or just delete the field (dont like that option but it would be easier)

I can understand where the issue is, its not exactly easy or necessary to fix, but we should label it as an enhancement

Timboy67678 avatar Aug 19 '17 13:08 Timboy67678