Found little bug in undo system for editing Font objects. Causing

crash at undo after editing.
This commit is contained in:
2004-09-18 13:58:35 +00:00
parent cd79d25e83
commit e7087aa26b
2 changed files with 7 additions and 7 deletions

View File

@@ -1479,7 +1479,7 @@ void exit_editmode(int freedata) /* freedata==0 at render, 1= freedata, 2= do un
load_editNurb();
if(freedata) freeNurblist(&editNurb);
}
else if(G.obedit->type==OB_FONT && freedata==1) {
else if(G.obedit->type==OB_FONT && freedata) {
load_editText();
}
else if(G.obedit->type==OB_LATTICE) {