mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 14:42:41 +00:00
Fixed minalign in Lua being reset on StartObject
Change-Id: I9cd62b38c8dc526f069726a88baef63e4b0dae57
This commit is contained in:
@@ -80,7 +80,6 @@ function mt:StartObject(numFields)
|
|||||||
|
|
||||||
self.currentVTable = vtable
|
self.currentVTable = vtable
|
||||||
self.objectEnd = self:Offset()
|
self.objectEnd = self:Offset()
|
||||||
self.minalign = 1
|
|
||||||
self.nested = true
|
self.nested = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user