We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6685e45 commit 2f27411Copy full SHA for 2f27411
1 file changed
Code/ContextSystem/Contexts/GlobalKeyword.cs
@@ -57,6 +57,7 @@ protected override IEnumerator<float> Execute()
57
throw new TosoksFuckedUpException();
58
}
59
60
+ Script.RemoveLocalVariable(_variableContext.DefinedVariable);
61
VariableIndex.AddGlobalVariable(_variableContext.DefinedVariable);
62
63
0 commit comments