mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
format
This commit is contained in:
parent
fb9e74bb48
commit
0e1b91eaa2
@ -111,13 +111,11 @@ end_group() {
|
|||||||
// intersection.
|
// intersection.
|
||||||
throw_event_for(_in_patterns, *ca);
|
throw_event_for(_in_patterns, *ca);
|
||||||
++ca;
|
++ca;
|
||||||
|
|
||||||
} else if (order(*cb, *ca)) {
|
} else if (order(*cb, *ca)) {
|
||||||
// Here's an element in b but not in a. That's a newly exited
|
// Here's an element in b but not in a. That's a newly exited
|
||||||
// intersection.
|
// intersection.
|
||||||
throw_event_for(_out_patterns, *cb);
|
throw_event_for(_out_patterns, *cb);
|
||||||
++cb;
|
++cb;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// This element is in both b and a. It hasn't changed.
|
// This element is in both b and a. It hasn't changed.
|
||||||
throw_event_for(_again_patterns, *cb);
|
throw_event_for(_again_patterns, *cb);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user