Skip to content

Commit

Permalink
Fix for setField bug
Browse files Browse the repository at this point in the history
This fixes issue #419
  • Loading branch information
greenfire27 committed Jan 30, 2019
1 parent ef8a2ce commit 8fe3d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/source/console/consoleObject.cc
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ void ConsoleObject::addField(const char* in_pFieldname,
in_fieldType,
in_fieldOffset,
&defaultProtectedWriteFn,
1,
in_elementCount,
in_table,
in_pFieldDocs);
}
Expand Down

0 comments on commit 8fe3d0a

Please sign in to comment.