SaveTool: add a help marker for the melee effect colour picker.

This commit is contained in:
Guillaume Jacquemin 2022-04-04 09:22:12 +02:00
parent 70ddb0ce39
commit c1ae793800
1 changed files with 2 additions and 0 deletions

View File

@ -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();