metal: add missing break
This commit is contained in:
parent
6ba8b71b3e
commit
c691a7b429
1 changed files with 1 additions and 0 deletions
|
|
@ -385,6 +385,7 @@ impl MetalDeviceTransaction {
|
|||
}
|
||||
*plane = p.id;
|
||||
unused_planes.remove(&p.id);
|
||||
break;
|
||||
}
|
||||
}
|
||||
if crtc_planes.primary.is_none() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue