Update boo

This commit is contained in:
Jack Andersen 2016-02-24 10:52:53 -10:00
parent e0ea683718
commit 9a35417f42
2 changed files with 2 additions and 2 deletions

2
hecl/extern/libBoo vendored

@ -1 +1 @@
Subproject commit 478b05ceb7166c105e6a450163aabe7931b9e3fb Subproject commit d657f3c8f818ab4400e5ac9e8f3ba9fa7f93de5c

View File

@ -267,7 +267,7 @@ struct HLSLBackendFactory : IShaderBackendFactory
m_backend.m_blendSrc, m_backend.m_blendDst, m_backend.m_blendSrc, m_backend.m_blendDst,
tag.getDepthTest(), tag.getDepthWrite(), tag.getDepthTest(), tag.getDepthWrite(),
tag.getBackfaceCulling()); tag.getBackfaceCulling());
if (!*objOut) if (!objOut)
Log.report(LogVisor::FatalError, "unable to build shader"); Log.report(LogVisor::FatalError, "unable to build shader");
atUint32 vertSz = 0; atUint32 vertSz = 0;