set movie = null on stop movie, this used to crash tastudio but I can't make it crash anymore, either we fixed the underlying problem or I didn't reproduce it correctly, will fix if it comes up

This commit is contained in:
adelikat 2020-06-13 14:29:43 -05:00
parent 398d9c45cb
commit b1c2ed0d3d
1 changed files with 1 additions and 3 deletions

View File

@ -281,9 +281,7 @@ namespace BizHawk.Client.Common
_modeChangedCallback();
}
// TODO: we aren't ready for this line, keeping the old movie hanging around masks a lot of Tastudio problems
// Uncommenting this can cause drawing crashes in tastudio since it depends on a ITasMovie and doesn't have one between closing and opening a rom
//Movie = null;
Movie = null;
}
public void ConvertToTasProj()