forked from BigfootDev/flatbuffers
This reverts commit 1cb1c4baee.
This commit is contained in:
@@ -438,8 +438,7 @@ namespace Google.FlatBuffers
|
||||
if (off > Offset)
|
||||
throw new ArgumentException();
|
||||
|
||||
if (off != 0)
|
||||
off = Offset - off + sizeof(int);
|
||||
off = Offset - off + sizeof(int);
|
||||
PutInt(off);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user