Add missing break; in new compositor method
This commit is contained in:
parent
f7f6c6ffe8
commit
1006c865a9
@ -2463,6 +2463,7 @@ int main(int argc, char * argv[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
TRACE("Unknown type: 0x%8x", m->type);
|
TRACE("Unknown type: 0x%8x", m->type);
|
||||||
|
Loading…
Reference in New Issue
Block a user