mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
Correct the explanation for the Console::acceptCommand()
This commit is contained in:
parent
d2293867ba
commit
49512a2b57
@ -296,8 +296,8 @@ namespace MWGui
|
||||
mEditString.clear();
|
||||
|
||||
// Reset the command line before the command execution.
|
||||
// It prevents re-triggering the acceptCommand() event during
|
||||
// the actual command execution.
|
||||
// It prevents the re-triggering of the acceptCommand() event for the same command
|
||||
// during the actual command execution
|
||||
mCommandLine->setCaption("");
|
||||
|
||||
execute (cm);
|
||||
|
Loading…
Reference in New Issue
Block a user