Update attributeManager.py

This commit is contained in:
chrys87
2018-05-28 14:29:15 +02:00
committed by GitHub
parent f8e1e03a37
commit 5cc72ace54

View File

@ -29,7 +29,7 @@ class attributeManager():
def resetAttributeCursor(self):
self.currAttributeCursor = None
self.prefAttributeCursor = None
def resetAttributeData(self, prevAttributes, currAttributes):
def resetAttributeData(self, currAttributes):
self.prevAttributes = None
self.currAttributes = currAttributes
def updateAttributeData(self, currAttributes):