Fixed minalign in Lua being reset on StartObject

Change-Id: I9cd62b38c8dc526f069726a88baef63e4b0dae57
This commit is contained in:
Wouter van Oortmerssen
2018-07-23 16:36:21 -07:00
parent c949229395
commit 6e185d06a7

View File

@@ -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