mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
operator =
This commit is contained in:
parent
eaf21c7e2b
commit
9164535479
@ -60,6 +60,7 @@ BitArray(const BitArray ©) :
|
||||
INLINE void BitArray::
|
||||
operator = (const BitArray ©) {
|
||||
_array = copy._array;
|
||||
_highest_bits = copy._highest_bits;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user