Skip to content

Commit 8442e28

Browse files
committed
EuclidAxes needs lines not line_strip
1 parent 9d9042f commit 8442e28

File tree

1 file changed

+1
-1
lines changed
  • lib/PDL/Graphics/TriD

1 file changed

+1
-1
lines changed

lib/PDL/Graphics/TriD/GL.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ sub PDL::Graphics::TriD::EuclidAxes::gdraw {
111111
push @label, @{$this->{Names}};
112112
glColor3d(1,1,1);
113113
PDL::Graphics::OpenGLQ::gl_texts($this->{EndsPlus}, \@label);
114-
PDL::gl_line_strip_col($points, [1,1,1]);
114+
PDL::gl_lines_col($points, [1,1,1]);
115115
}
116116

117117
use POSIX qw//;

0 commit comments

Comments
 (0)