mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2025-12-16 14:11:19 +07:00
revert documents after export fix
This commit is contained in:
@@ -576,7 +576,7 @@ if (!Function.prototype.bind) {
|
||||
ft.profile_function(function() {
|
||||
ft.array_foreach(fl.documents, function (doc) {
|
||||
if ( doc.canRevert() ) {
|
||||
fl.revertDocument(document);
|
||||
fl.revertDocument(doc);
|
||||
}
|
||||
});
|
||||
}, "Revert documents");
|
||||
|
||||
Reference in New Issue
Block a user