Draw overlays

This commit is contained in:
2020-03-24 23:26:21 +00:00
parent d376d9850c
commit b986359047
2 changed files with 1 additions and 3 deletions

View File

@@ -16,9 +16,6 @@ import (
func init() {
// These menu types don't need driving, so we can ignore them
registerBuilder(menus.TypeMenu, nil) // Menus are just containers
// FIXME: these need further investigation / implementation
registerBuilder(menus.TypeOverlay, nil)
}
const (