Skip to content

Conversation

@donmccurdy
Copy link
Collaborator

Per @Mugen87's comment in #12800 (comment).

if ( itemSize >= 2 ) array[ i + 1 ] = attribute.getY( i );
if ( itemSize >= 3 ) array[ i + 2 ] = attribute.getZ( i );
if ( itemSize >= 4 ) array[ i + 3 ] = attribute.getW( i );
array[ j++ ] = attribute.getX( i );
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit - formatting

[ j ++ ]

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed ✅

@mrdoob mrdoob added this to the r100 milestone Dec 17, 2018
@mrdoob mrdoob merged commit 6736584 into mrdoob:dev Dec 17, 2018
@mrdoob
Copy link
Owner

mrdoob commented Dec 17, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants