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
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user