mirror of https://github.com/AxioDL/metaforce.git
Update boo
This commit is contained in:
parent
e0ea683718
commit
9a35417f42
|
@ -1 +1 @@
|
|||
Subproject commit 478b05ceb7166c105e6a450163aabe7931b9e3fb
|
||||
Subproject commit d657f3c8f818ab4400e5ac9e8f3ba9fa7f93de5c
|
|
@ -267,7 +267,7 @@ struct HLSLBackendFactory : IShaderBackendFactory
|
|||
m_backend.m_blendSrc, m_backend.m_blendDst,
|
||||
tag.getDepthTest(), tag.getDepthWrite(),
|
||||
tag.getBackfaceCulling());
|
||||
if (!*objOut)
|
||||
if (!objOut)
|
||||
Log.report(LogVisor::FatalError, "unable to build shader");
|
||||
|
||||
atUint32 vertSz = 0;
|
||||
|
|
Loading…
Reference in New Issue