zorfmorf / hedge

0 stars 0 forks source link

Editor: Block writing order is non deterministic #169

Closed zorfmorf closed 8 years ago

zorfmorf commented 8 years ago

Currently the order in which individual blocks are written to the map file seems to be random/os-dependent. This doesn't break anything code-wise but it makes it difficult to compare different map versions via diff/github.

zorfmorf commented 8 years ago

Just fixed that. Will now always save blocks in the same order.