Merge pull request #491 from ficoos/patch-1

[LUA] Change null to nil
This commit is contained in:
Nathan Sweet 2016-04-04 15:02:52 +02:00
commit 085468320d

View File

@ -45,8 +45,8 @@ function RegionAttachment.new (name)
offset = {},
uvs = {},
r = 1, g = 1, b = 1, a = 1,
path = null,
rendererObject = null,
path = nil,
rendererObject = nil,
regionOffsetX = 0, regionOffsetY = 0,
regionWidth = 0, regionHeight = 0,
regionOriginalWidth = 0, regionOriginalHeight = 0