mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-03 20:03:50 +00:00
fix warnings, remove phases from commentaries
This commit is contained in:
parent
43aecab1ef
commit
0e6aaeb44e
6 changed files with 33 additions and 55 deletions
|
|
@ -1191,7 +1191,7 @@ void ActionBarPanel::renderStanceBar(game::GameHandler& gameHandler,
|
|||
}
|
||||
|
||||
void ActionBarPanel::renderBagBar(game::GameHandler& gameHandler,
|
||||
SettingsPanel& settingsPanel,
|
||||
SettingsPanel& /*settingsPanel*/,
|
||||
InventoryScreen& inventoryScreen) {
|
||||
ImVec2 displaySize = ImGui::GetIO().DisplaySize;
|
||||
float screenW = displaySize.x > 0.0f ? displaySize.x : 1280.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue