Scripting: Fix elision of MemoryDomain documentation

This commit is contained in:
Vicki Pfau 2022-06-16 23:40:37 -07:00
parent 840e2806b5
commit 79506cef72
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ void explainCore(struct mCore* core) {
fprintf(out, " %s:\n", name->value.string->buffer);
value = mScriptContextAccessWeakref(&context, value);
addType(value->type);
struct mScriptFrame frame;
uint32_t baseVal;