summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-08-16 20:03:21 +0200
committerKevin Chabowski <kevin@kch42.de>2013-08-16 20:03:21 +0200
commit2fbe2467aa907f323ce5fe7fa7f5ebc2ee93c8ba (patch)
treeb79908dd23b7406b1b3fc103f50dc296d1caa3ee /main.go
parent82a18a1cc4d5c8b1a4c3d030e5d617000a858246 (diff)
downloadbiomed-2fbe2467aa907f323ce5fe7fa7f5ebc2ee93c8ba.tar.gz
biomed-2fbe2467aa907f323ce5fe7fa7f5ebc2ee93c8ba.tar.bz2
biomed-2fbe2467aa907f323ce5fe7fa7f5ebc2ee93c8ba.zip
Enabled setting the Biome of the MapWidget
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() {