Intellisense says its faster this way

This commit is contained in:
2018-06-18 13:13:37 -05:00
parent 582443abe4
commit 218d7797c1

View File

@@ -97,9 +97,10 @@ Debug mode: <c=992200>#{$debug}</b>
eos eos
@text.text = string @text.text = string
ObjectManager.objects.each do |object| # ObjectManager.objects.each do |object|
object.update # object.update
end # end
ObjectManager.objects.each(&:update)
@skydome.update if @skydome.renderable @skydome.update if @skydome.renderable