mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 02:07:25 +00:00
Update
This commit is contained in:
parent
9031597f49
commit
8fdced4e11
7 changed files with 187 additions and 102 deletions
|
|
@ -62,7 +62,7 @@ class JavaTest {
|
|||
Monster.startMonster(fbb);
|
||||
Monster.addName(fbb, names[2]);
|
||||
off[2] = Monster.endMonster(fbb);
|
||||
int sortMons = fbb.createSortedTableVector(Monster.class, off);
|
||||
int sortMons = fbb.createSortedTableVector(new Monster(), off);
|
||||
|
||||
// We set up the same values as monsterdata.json:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue