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