Update library/Core.cpp

develop
Myk 2023-02-25 11:00:51 -08:00 committed by GitHub
parent 0a65c423ce
commit c7f6ee57d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -239,7 +239,7 @@ void fHKthread(void * iodata)
bool keep_going = true;
while(keep_going)
{
std::string stuff = core->getHotkeyCmd(keep_going); // waits on std::mutex!
std::string stuff = core->getHotkeyCmd(keep_going); // waits on mutex!
if(!stuff.empty())
{
color_ostream_proxy out(core->getConsole());