possible fix for script execution bug

actorid
Marc Zinnschlag 13 years ago
parent 9a6f012578
commit 50d81e99fb

@ -309,7 +309,7 @@ namespace Compiler
if (mExplicit.empty() && getContext().isId (name2))
{
mExplicit = name;
mExplicit = name2;
return true;
}
}

Loading…
Cancel
Save