Skip to content

Commit

Permalink
Update EGL.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
StArrayJaN authored Sep 21, 2024
1 parent 57ef623 commit 3ea4b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/jni/Source/EGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3ea4b8a

Please sign in to comment.