summaryrefslogtreecommitdiff
path: root/mcmap/examples
diff options
context:
space:
mode:
Diffstat (limited to 'mcmap/examples')
-rw-r--r--mcmap/examples/addchunk/.gitignore1
-rw-r--r--mcmap/examples/addchunk/main.go1
2 files changed, 2 insertions, 0 deletions
diff --git a/mcmap/examples/addchunk/.gitignore b/mcmap/examples/addchunk/.gitignore
new file mode 100644
index 0000000..ce96f38
--- /dev/null
+++ b/mcmap/examples/addchunk/.gitignore
@@ -0,0 +1 @@
+addchunk
diff --git a/mcmap/examples/addchunk/main.go b/mcmap/examples/addchunk/main.go
index 0ca763f..c1920fd 100644
--- a/mcmap/examples/addchunk/main.go
+++ b/mcmap/examples/addchunk/main.go
@@ -33,6 +33,7 @@ func main() {
})
chunk.RecalcHeightMap()
+ chunk.MarkModified()
if err := chunk.MarkUnused(); err != nil {
fmt.Fprintf(os.Stderr, "Could not MarkUnused(): %s\n", err)
os.Exit(1)