mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-02 13:22:02 +00:00
[client] overlay: fix unsafe ImGui string handling
This commit is contained in:
@@ -75,7 +75,7 @@ static int help_render(void * udata, bool interactive, struct Rect * windowRects
|
||||
else
|
||||
igText("%s+%c", escapeName, handle->charcode);
|
||||
igTableNextColumn();
|
||||
igText(handle->description);
|
||||
igTextUnformatted(handle->description, NULL);
|
||||
}
|
||||
|
||||
igEndTable();
|
||||
|
||||
Reference in New Issue
Block a user