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:
parent
398d9c45cb
commit
b1c2ed0d3d
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue