From d549135c8050b1a2ecc572bc7305b6769e9baebd Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 23:15:00 +0500 Subject: Sanity commit: replace deinit with shutdown --- src/game/client/hotbar.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/hotbar.cc') 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().connect<&on_glfw_scroll>(); } -void hotbar::deinit(void) +void hotbar::shutdown(void) { hotbar_background = nullptr; hotbar_selector = nullptr; -- cgit