I'm doing a side-application from my main project.

I have two Structs
structAnimation
which holds List<structFrames>Frames

When I add structAnimation to a hashtable, then add some structFrames to my Frames list.. whenever I go back to call the instance from a hashtable, the new changes aren't there! I have to re-add it to the hashtable to get it to update.

Very weird. I'm wondering what the deal is. This project has had a few other oddities going on. I'm practically doing the same things as my main project, but i'm getting odd results now and then