2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-20 12:59:12 +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

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;