mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 06:04:59 +00:00
Code tidying with Rubocop
This commit is contained in:
@@ -227,7 +227,7 @@ class Scene_Credits
|
||||
end
|
||||
return if cancel?
|
||||
return if last?
|
||||
@realOY = SCROLL_SPEED * (System.uptime - @timer_start) - Graphics.height + @trim
|
||||
@realOY = (SCROLL_SPEED * (System.uptime - @timer_start)) - Graphics.height + @trim
|
||||
@credit_sprites.each_with_index { |s, i| s.oy = @realOY - (@bitmap_height * i) }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user