Fixed minalign in Lua being reset on StartObject

Change-Id: I9cd62b38c8dc526f069726a88baef63e4b0dae57
parent c9492293
...@@ -80,7 +80,6 @@ function mt:StartObject(numFields) ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment