summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 04c2850..107ec8f 100644
--- a/main.go
+++ b/main.go
@@ -249,7 +249,7 @@ func (g *GUI) setTool(t Tool) {
}
func (g *GUI) setBiome(bio mcmap.Biome) {
- fmt.Println(bio)
+ g.mapw.SetBiome(bio)
}
func (g *GUI) showbiomesToggled() {