Doh! Forgot a const in the getbbox of Face Base
This commit is contained in:
parent
4ee60382b0
commit
cf872a327c
|
@ -288,7 +288,7 @@ static int &LastBitFlag()
|
||||||
void ClearUserBit(int userBit){this->Flags() &= (~userBit);}
|
void ClearUserBit(int userBit){this->Flags() &= (~userBit);}
|
||||||
|
|
||||||
|
|
||||||
void GetBBox(Box3<typename ParentType::ScalarType>& bb )
|
void GetBBox(Box3<typename ParentType::ScalarType>& bb ) const
|
||||||
{
|
{
|
||||||
if(this->IsD()) {
|
if(this->IsD()) {
|
||||||
bb.SetNull();
|
bb.SetNull();
|
||||||
|
|
Loading…
Reference in New Issue