diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-08-30 16:51:27 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-08-30 18:06:45 -0400 |
| commit | 4af8d9d2487c58953e919769db33b20bc062d6ea (patch) | |
| tree | 753b4b794c64cfbd72f85ec767c38608854157aa /Source/Core/VideoCommon/VertexLoader.cpp | |
| parent | bc14d6966f996c482ea97aa9b424e34091bfc8ec (diff) | |
VideoCommon: Clean up brace placements
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoader.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexLoader.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexLoader.cpp b/Source/Core/VideoCommon/VertexLoader.cpp index 6a094756a4..4a812018b6 100644 --- a/Source/Core/VideoCommon/VertexLoader.cpp +++ b/Source/Core/VideoCommon/VertexLoader.cpp @@ -883,7 +883,8 @@ void VertexLoader::SetVAT(const VAT& vat) m_VtxAttr.texCoord[7].Format = vat.g2.Tex7CoordFormat; m_VtxAttr.texCoord[7].Frac = vat.g2.Tex7Frac; - if (!m_VtxAttr.ByteDequant) { + if (!m_VtxAttr.ByteDequant) + { ERROR_LOG(VIDEO, "ByteDequant is set to zero"); } }; |
