Remove unnessary init
This commit is contained in:
parent
fe805836cc
commit
1316ed8c11
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ module GPX
|
|||
|
||||
proj = OSM::Mercator.new(min_lat, min_lon, max_lat, max_lon, width, height)
|
||||
|
||||
frames = Array.new(nframes, GD2::Image::IndexedColor.new(width, height))
|
||||
frames = []
|
||||
|
||||
(0..nframes - 1).each do |n|
|
||||
frames[n] = GD2::Image::IndexedColor.new(width, height)
|
||||
|
|
Loading…
Add table
Reference in a new issue