2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 04:19:11 +00:00

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

Submodule hecl/extern/libBoo updated: 478b05ceb7...d657f3c8f8

View File

@@ -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;