2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 16:24:55 +00:00

Fix WideScreenFilter crash

This commit is contained in:
2020-04-17 15:32:26 -07:00
parent 76f0b57340
commit df75c00203
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ static boo::ObjToken<boo::IShaderPipeline> SelectPipeline(EFilterType type) {
case EFilterType::Multiply:
return s_MultPipeline;
default:
return {};
return s_AlphaPipeline;
}
}