1
0

Fixed regression

This commit is contained in:
cryptogopher 2020-05-20 23:47:57 +02:00
parent a416e1ce9b
commit ad2f647960

View File

@ -46,6 +46,7 @@ module BodyTracking
end
requested_q ||= Quantity.none
unchecked_q = requested_q.map { |q| [q, nil] }
unchecked_q << [filter_q, nil] if filter_q