mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
Fixing a very old bug
This commit is contained in:
parent
290f49c761
commit
7afd31f361
@ -339,7 +339,7 @@ compare_to_impl(const RenderAttrib *other) const {
|
|||||||
if (i1 != this->_inputs.end()) {
|
if (i1 != this->_inputs.end()) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
if (i1 != that->_inputs.end()) {
|
if (i2 != that->_inputs.end()) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user