mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
*** empty log message ***
This commit is contained in:
parent
b93a6985dc
commit
b8daa04c88
@ -162,7 +162,7 @@ public:
|
|||||||
return _v.almost_equal(other._v, nearly_zero);
|
return _v.almost_equal(other._v, nearly_zero);
|
||||||
}
|
}
|
||||||
bool operator != (const BuilderC &other) const {
|
bool operator != (const BuilderC &other) const {
|
||||||
return !(*this == other);
|
return !operator == (other);
|
||||||
}
|
}
|
||||||
bool operator < (const BuilderC &other) const {
|
bool operator < (const BuilderC &other) const {
|
||||||
return (_v.compare_to(other._v) < 0);
|
return (_v.compare_to(other._v) < 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user