mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-23 06:46:00 +00:00
Resolved many Rubocop warnings
This commit is contained in:
@@ -13,7 +13,7 @@ class Window_PhoneList < Window_CommandPokemon
|
||||
def drawItem(index,count,rect)
|
||||
return if index>=self.top_row+self.page_item_max
|
||||
super
|
||||
overlapCursor = drawCursor(index-1,itemRect(index-1))
|
||||
drawCursor(index-1,itemRect(index-1))
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user