Skip to content

Commit

Permalink
WIP progress on array stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tinwelint authored and burqen committed Jul 27, 2018
1 parent 0f7f49c commit b0432d8
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 75 deletions.
Expand Up @@ -142,7 +142,7 @@ void write( PageCursor cursor )
cursor.putLong( getEntityId() ); cursor.putLong( getEntityId() );
for ( GenericKeyState state : states ) for ( GenericKeyState state : states )
{ {
state.write( cursor ); state.put( cursor );
} }
} }


Expand Down

0 comments on commit b0432d8

Please sign in to comment.