Open protortyp opened 1 year ago
This fixes the bug where self.target_transform is called inside a subcall on initialization before it is actually assigned.
self.target_transform
This fixes the bug where
self.target_transform
is called inside a subcall on initialization before it is actually assigned.