mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-12-25 19:46:50 -05:00
fixed lint errors in d2input (#693)
This commit is contained in:
parent
04275eb8b6
commit
0a6915a040
@ -19,7 +19,8 @@ type inputManager struct {
|
||||
entries handlerEntryList
|
||||
}
|
||||
|
||||
func New() d2interface.InputManager {
|
||||
// NewInputManager returns a new input manager instance
|
||||
func NewInputManager() d2interface.InputManager {
|
||||
return &inputManager{
|
||||
inputService: ebiten_input.InputService{},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user