update sig

This commit is contained in:
Bradley Cicenas
2019-11-06 12:31:57 +00:00
parent 746da760fb
commit 416eb5c363

View File

@@ -18,7 +18,7 @@ type Status struct {
health []ui.Cell health []ui.Cell
} }
func NewStatus() *Status { func NewStatus() CompactCol {
s := &Status{ s := &Status{
Block: ui.NewBlock(), Block: ui.NewBlock(),
health: []ui.Cell{{Ch: ' '}}, health: []ui.Cell{{Ch: ' '}},