Merge remote-tracking branch 'origin/master'

# Conflicts:
#	cmd/game/main.go
#	delaunay_test.go
#	engine/screens/devmenu.go
#	go.mod
This commit is contained in:
thefish
2022-10-12 16:07:35 +03:00
29 changed files with 477 additions and 332 deletions

View File

@ -25,7 +25,7 @@ func TestDelaunay(t *testing.T) {
{types.Coords{10, 10}, types.Coords{30, 10}},
}
result := delaunay.GetMst(coords, 100, 100, 0)
result := delaunay.GetMst(coords, 100, 100, 100 )
for idx, _ := range result {
if result[idx] != expected[idx] {