This commit is contained in:
2018-12-12 09:02:33 -06:00
parent 5843a9b0ae
commit c142bd2392
6 changed files with 46 additions and 27 deletions

View File

@@ -219,7 +219,7 @@ class IMICFPS
unless found
@vertex_count -= @bounding_boxes[key][:vertices_size]
@bounding_boxes[key][:objects].each {|o| @vertex_count -= [:vertex_count]}
@bounding_boxes[key][:objects].each {|o| @vertex_count -= o[:vertices_size]}
@bounding_boxes.delete(key)
end
end