mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Sync
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user