This commit is contained in:
Filip Sykala 2021-07-20 12:05:44 +02:00
parent 2a2530924f
commit 6464a5b698

View file

@ -127,7 +127,7 @@ void GLGizmoSimplify::on_render_input_window(float x, float y, float bottom_limi
process();
}
ImGui::SameLine();
if (m_imgui->button(_L("Aply"))) {
if (m_imgui->button(_L("Apply"))) {
if (!is_valid_result) {
state = State::close_on_end;
process();