| 3759 | } |
| 3760 | |
| 3761 | void IGFD::KeyExplorerFeature::m_EndFlashItem() { |
| 3762 | ImGui::PopStyleColor(); |
| 3763 | } |
| 3764 | |
| 3765 | void IGFD::KeyExplorerFeature::SetFlashingAttenuationInSeconds(float vAttenValue) { |
| 3766 | m_FlashAlphaAttenInSecs = 1.0f / ImMax(vAttenValue, 0.01f); |
nothing calls this directly
no outgoing calls
no test coverage detected