mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 06:04:59 +00:00
More tweaks from the Rubocop overlord
This commit is contained in:
@@ -67,7 +67,7 @@ module FileInputMixin
|
||||
self.pos = 0
|
||||
offset = fgetdw >> 3
|
||||
return 0 if index >= offset
|
||||
self.pos = index * 8 + 4
|
||||
self.pos = (index * 8) + 4
|
||||
return fgetdw
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user