Remove type parameter.
This commit is contained in:
parent
2202540a43
commit
66a470d669
|
@ -26,7 +26,7 @@ fn main() {
|
||||||
.with(CellularAutomata::new())
|
.with(CellularAutomata::new())
|
||||||
.with(AreaStartingPosition::new(XStart::CENTER, YStart::CENTER))
|
.with(AreaStartingPosition::new(XStart::CENTER, YStart::CENTER))
|
||||||
.with(CullUnreachable::new())
|
.with(CullUnreachable::new())
|
||||||
.with(Box::new(IncrementData::<MyData>))
|
.with(Box::new(IncrementData))
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
println!("{:}", &map);
|
println!("{:}", &map);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user