refactor: clean

This commit is contained in:
Swann Martinez
2019-04-26 17:18:55 +02:00
parent cbf24384d6
commit 951af9dae4
4 changed files with 4 additions and 3 deletions

View File

@ -30,6 +30,7 @@ def get_target(region, rv3d, coord):
return [target.x, target.y, target.z]
def get_target_far(region, rv3d, coord, distance):
target = [0, 0, 0]