SaveTool: add a help marker for the melee effect colour picker.
This commit is contained in:
parent
70ddb0ce39
commit
c1ae793800
1 changed files with 2 additions and 0 deletions
|
@ -411,6 +411,8 @@ void SaveTool::drawWeaponEditor(Weapon& weapon) {
|
|||
}
|
||||
|
||||
ImGui::ColorEdit3("##CustomEffectColourPicker", &weapon.effectColour.x(), ImGuiColorEditFlags_HDR|ImGuiColorEditFlags_Float);
|
||||
ImGui::SameLine();
|
||||
drawHelpMarker("Click the coloured square for the full picker.");
|
||||
|
||||
if(!custom_effect) {
|
||||
ImGui::EndDisabled();
|
||||
|
|
Loading…
Reference in a new issue