Skip to content

Commit f7b2db3

Browse files
authored
Update base.jl
1 parent 84838f2 commit f7b2db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projective/base.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function apply(tfm::ProjectiveTransform, item::Item; randstate = getrandstate(tf
102102
bounds = getbounds(item)
103103
P = getprojection(tfm, bounds; randstate = randstate)
104104
bounds_ = projectionbounds(tfm, P, bounds; randstate = randstate)
105-
return P isa IdentityTransformation ? item : project(P, item, bounds_)
105+
return project(P, item, bounds_)
106106
end
107107

108108
# For the buffered version, `project!` is used. Of course the size

0 commit comments

Comments
 (0)