mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-12-26 03:51:45 +00:00
bugfix: don't want on terminated routine
This commit is contained in:
parent
34d9491421
commit
c97d6c68e9
1
main.go
1
main.go
@ -45,7 +45,6 @@ func main() {
|
|||||||
fmt.Scanln(&input)
|
fmt.Scanln(&input)
|
||||||
// Stop Game of Life, wait for routine
|
// Stop Game of Life, wait for routine
|
||||||
done <- true
|
done <- true
|
||||||
<-done
|
|
||||||
|
|
||||||
// // Initialize custom matrix data
|
// // Initialize custom matrix data
|
||||||
// col := Color{R: 255, G: 0, B: 255, Endpoint: COLOR}
|
// col := Color{R: 255, G: 0, B: 255, Endpoint: COLOR}
|
||||||
|
Loading…
Reference in New Issue
Block a user