fixing change

This commit is contained in:
Kevin G Christiano 2020-02-06 10:29:52 -05:00
parent 15bfb6b481
commit b2241e47e1

View File

@ -41,7 +41,7 @@ import UIKit
self.delegateObject?.moleculeDelegate?.removeMolecules(json2d[self.previousIndex], sender: self, animation: .fade)
}
self.delegateObject?.moleculeDelegate?.addMolecules(json2d[index], sender: self, animation: .none)
self.delegateObject?.moleculeDelegate?.addMolecules(json2d[index], sender: self, animation: .fade)
self.previousIndex = index
}
}