Fixed the COPY_OP( Array, DEEP_COPY_ARRAYS); entry.

This commit is contained in:
Robert Osfield
2007-01-02 20:26:49 +00:00
parent f14aa7ef66
commit 740363133f

View File

@@ -36,7 +36,7 @@ COPY_OP( Drawable, DEEP_COPY_DRAWABLES );
COPY_OP( StateSet, DEEP_COPY_STATESETS );
COPY_OP( Texture, DEEP_COPY_TEXTURES );
COPY_OP( Image, DEEP_COPY_IMAGES );
COPY_OP( Array, DEEP_COPY_DRAWABLES );
COPY_OP( Array, DEEP_COPY_ARRAYS );
COPY_OP( PrimitiveSet, DEEP_COPY_PRIMITIVES );
COPY_OP( Shape, DEEP_COPY_SHAPES );
COPY_OP( Uniform, DEEP_COPY_UNIFORMS );