sys: Fixed one missed api call update on non-windows
This commit is contained in:
parent
8646fb4487
commit
4e86d874a7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user