diff --git a/src/chat_gui/send_image_popup.cpp b/src/chat_gui/send_image_popup.cpp index 4216a15..c15fff5 100644 --- a/src/chat_gui/send_image_popup.cpp +++ b/src/chat_gui/send_image_popup.cpp @@ -460,7 +460,6 @@ void SendImagePopup::render(float time_delta) { if (ImGui::Button("reset##scale")) { scale_x = 1.f; scale_y = 1.f; - compress = false; // feels nice } ImGui::SameLine(); ImGui::SetNextItemWidth(TEXT_BASE_HEIGHT*3);