fix caching of automatic inverse of. 💣

This commit is contained in:
Aaron Patterson 2013-06-13 11:00:02 -07:00
parent 634fd040db
commit 27be568639

@ -397,7 +397,7 @@ def inverse_name
if @automatic_inverse_of == false
nil
else
@automatic_inverse_of = automatic_inverse_of
@automatic_inverse_of ||= automatic_inverse_of
end
end
end
@ -419,6 +419,8 @@ def automatic_inverse_of
inverse_name
end
end
false
end
# Checks if the inverse reflection that is returned from the