This commit is contained in:
Kenny Shields 2014-06-20 20:19:33 -04:00
parent 9eca9e73ab
commit a986bc926a

View File

@ -251,6 +251,7 @@ function newobject:SetText(text)
end
textobject:Remove()
textobject.parent = self
textobject.state = self.state
textobject.collide = false
textobject:SetFont(self.font)
textobject:SetText(text)