Skip to content

Commit a90edb8

Browse files
committed
::Shader::ARB subclass off ::Objects
1 parent afa4ec0 commit a90edb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/OpenGL/Shader/ARB.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ our $SHADER_VER = '1.0';
2020
our $DESCRIPTION = qq
2121
{ARBfp1.0 and ARBvp1.0 Assembly};
2222

23-
use OpenGL::Shader::Common;
24-
our @ISA = qw(OpenGL::Shader::Common);
23+
use OpenGL::Shader::Objects;
24+
our @ISA = qw(OpenGL::Shader::Objects);
2525

2626
=head1 NAME
2727
@@ -41,7 +41,7 @@ This is a plug-in module for use with the OpenGL::Shader.
4141
While it may be called directly, it will more often be called
4242
by the OpenGL::Shader abstraction module.
4343
44-
This is a subclass of the OpenGL::Shader::Common module.
44+
This is a subclass of the OpenGL::Shader::Objects module.
4545
4646
=head1 AUTHOR
4747

0 commit comments

Comments
 (0)