From 3ea4b8a1268217642b0ace909751ff9ac0eb2f50 Mon Sep 17 00:00:00 2001 From: StArray <85400103+TherCN@users.noreply.github.com> Date: Sun, 22 Sep 2024 04:19:37 +0800 Subject: [PATCH] Update EGL.cpp --- app/src/main/jni/Source/EGL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/jni/Source/EGL.cpp b/app/src/main/jni/Source/EGL.cpp index b4e30b3..6600f72 100644 --- a/app/src/main/jni/Source/EGL.cpp +++ b/app/src/main/jni/Source/EGL.cpp @@ -200,7 +200,7 @@ void EGL::EglThread() { input->g_window = g_window = ImGui::GetCurrentWindow(); ImGui::SetWindowSize({500, 500}, ImGuiCond_FirstUseEver); ImGui::SetWindowPos({0, 200}, ImGuiCond_FirstUseEver); - ImGui::Text("libwmw.so Mod Tool"); + ImGui::Text("libwmw.so Modify Tool"); ImGui::InputTextWithHint("##偏移", "请输入偏移(input offset)", offset, IM_ARRAYSIZE(offset), ImGuiInputTextFlags_CallbackAlways,