mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 13:26:02 -04:00
Bug fixes:
--Fix bug where clearing the final xform, but leaving it present, then editing it would crash the program.
This commit is contained in:
@ -264,6 +264,8 @@ void FractoriumEmberController<T>::ApplyXmlSavingTemplate(Ember<T>& ember)
|
||||
|
||||
/// <summary>
|
||||
/// Return whether the current ember contains a final xform and the GUI is aware of it.
|
||||
/// Note this can be true even if the final is empty, as long as they've added one and have
|
||||
/// not explicitly deleted it.
|
||||
/// </summary>
|
||||
/// <returns>True if the current ember contains a final xform, else false.</returns>
|
||||
bool Fractorium::HaveFinal()
|
||||
|
Reference in New Issue
Block a user