Unexpected changes on variables stored in model class.
Hello Everyone,
I am storing some variables in the model and access them from different screens. When the values are initialized they have the correct value however after a while they get random values that are outside the ranges that I store in them. I use a member function on both presenter to get the value from a get function on model. The corrupted values are quite large which makes me suspect the values get overwritten with different data.
I also setup breakpoints on the tick function inside model and the values are fine but it might be something else that makes the change after a while or on a screen change.

