mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
Fix issues with hotkey during text inputs.
This commit is contained in:
committed by
Ethan Lee
parent
76b326aac3
commit
2ddd7a96fb
@@ -495,6 +495,7 @@ void editorclass::getlin(const enum textmode mode, const std::string& prompt, st
|
||||
ed.textmod = mode;
|
||||
ed.textptr = ptr;
|
||||
ed.textdesc = prompt;
|
||||
ed.textentry = true;
|
||||
key.enabletextentry();
|
||||
if (ptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user