more GetChars fixes in linux/macOS
This commit is contained in:
parent
c69941e49d
commit
f4fb583c6c
6 changed files with 21 additions and 21 deletions
|
|
@ -193,7 +193,7 @@ bool CT_Responder (event_t *ev)
|
|||
#ifdef __unix__
|
||||
else if (ev->subtype == EV_GUI_MButtonDown)
|
||||
{
|
||||
CT_PasteChat(I_GetFromClipboard(true));
|
||||
CT_PasteChat(I_GetFromClipboard(true).GetChars());
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue