diff options
Diffstat (limited to 'src/game/client/hotbar.cc')
| -rw-r--r-- | src/game/client/hotbar.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/hotbar.cc b/src/game/client/hotbar.cc index a2ed859..6481f08 100644 --- a/src/game/client/hotbar.cc +++ b/src/game/client/hotbar.cc @@ -113,7 +113,7 @@ void hotbar::init(void) globals::dispatcher.sink<GlfwScrollEvent>().connect<&on_glfw_scroll>(); } -void hotbar::deinit(void) +void hotbar::shutdown(void) { hotbar_background = nullptr; hotbar_selector = nullptr; |
