Refresh "Scripts" window on script state change

This commit is contained in:
kaitengero 2020-01-06 19:46:26 -08:00
parent e15e59052c
commit 6b45241252
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ void CScriptInstance::StateChanged()
{
// todo mutex might be needed here
//m_Debugger->Debug_RefreshScriptsWindow();
m_Debugger->Debug_RefreshScriptsWindow();
//m_ScriptSystem->DeleteStoppedInstances();
}