Rename "changes" to "diffs" in most places

This commit is contained in:
Joscha 2017-04-14 11:09:50 +00:00
parent 3cb21c02bc
commit d68d32ff2f
6 changed files with 82 additions and 71 deletions

View file

@ -210,9 +210,9 @@ class Map():
#self.load_visible()
def apply_changes(self, changes):
def commit_diffs(self, diffs):
with self.chunkpool as pool:
pool.apply_changes(changes)
pool.commit_diffs(diffs)
ChunkStyle = namedtuple("ChunkStyle", "string color")