ajkhoury/ReClassEx

Extending instance misaligns the containing class

Synraw opened this issue · 3 comments

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

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 was right on. Hooray for no bugs

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