1
0
mirror of synced 2025-01-18 00:56:49 +01:00

sys: Fixed one missed api call update on non-windows

This commit is contained in:
WerWolv 2021-03-02 23:15:15 +01:00
parent 8646fb4487
commit 4e86d874a7

View File

@ -157,7 +157,7 @@ namespace hex::plugin::builtin {
else
value = "Invalid";
return [value] { ImGui::TextUnformatted(value.c_str()); };
return [value] { ImGui::TextUnformatted(value.c_str()); return value; };
});
#endif