mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-17 01:39:42 -06:00
fix: Many format string warnings on MacOS and some Linux distros
This commit is contained in:
@@ -9,7 +9,7 @@ public:
|
||||
|
||||
void drawContent() override {
|
||||
if (ImGui::Begin("Example")) {
|
||||
ImGui::Text("Custom plugin window");
|
||||
ImGui::TextUnformatted("Custom plugin window");
|
||||
}
|
||||
ImGui::End();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user