Skip to content

Commit 9f20998

Browse files
committed
Add clarifying comment
1 parent 0c05a91 commit 9f20998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythreejs/core/BufferAttribute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def __init__(self, array=None, normalized=True, **kwargs):
1515
# This is needed for remote initialization
1616
kwargs['array'] = array
1717
kwargs['normalized'] = normalized
18+
# NOTE: skip init of direct parent class on purpose:
1819
super(BaseBufferAttribute, self).__init__(**kwargs)
1920

2021
@validate('array')

0 commit comments

Comments
 (0)