mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Intellisense says its faster this way
This commit is contained in:
@@ -97,9 +97,10 @@ Debug mode: <c=992200>#{$debug}</b>
|
||||
eos
|
||||
@text.text = string
|
||||
|
||||
ObjectManager.objects.each do |object|
|
||||
object.update
|
||||
end
|
||||
# ObjectManager.objects.each do |object|
|
||||
# object.update
|
||||
# end
|
||||
ObjectManager.objects.each(&:update)
|
||||
|
||||
@skydome.update if @skydome.renderable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user