mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
go: do not clobber minalign when we create objects (#4834)
This commit is contained in:
parent
e1d5fda5d4
commit
c949229395
1 changed files with 0 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ func (b *Builder) StartObject(numfields int) {
|
|||
}
|
||||
|
||||
b.objectEnd = b.Offset()
|
||||
b.minalign = 1
|
||||
}
|
||||
|
||||
// WriteVtable serializes the vtable for the current object, if applicable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue