debug summon menu
This commit is contained in:
@@ -7,7 +7,11 @@ namespace gui {
|
||||
|
||||
SummonMenu::SummonMenu(client::Client* client) : GuiWidget(client), m_MenuOpened(true) {
|
||||
m_Values.fill(0);
|
||||
#ifdef NDEBUG
|
||||
SetCooldown(10);
|
||||
#else
|
||||
SetCooldown(0);
|
||||
#endif
|
||||
}
|
||||
|
||||
void SummonMenu::SetCooldown(float cooldown) {
|
||||
|
||||
Reference in New Issue
Block a user