Skip to content

Commit c35f76f

Browse files
committed
Fix animation bug
1 parent f4367e9 commit c35f76f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

@SerialLink/plot3d.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ function plot3d(robot, q, varargin)
107107

108108
opt = plot_options(robot, varargin);
109109

110-
if opt.movie
111-
robot.movie = Animate(opt.movie);
112-
end
110+
111+
robot.movie = Animate(opt.movie);
112+
113113

114114
%-- load the shape if need be
115115

0 commit comments

Comments
 (0)