Rename "changes" to "diffs" in most places
This commit is contained in:
parent
3cb21c02bc
commit
d68d32ff2f
6 changed files with 82 additions and 71 deletions
4
maps.py
4
maps.py
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue