mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
VideoCommon: Clean up brace placements
This commit is contained in:
parent
bc14d6966f
commit
4af8d9d248
7 changed files with 59 additions and 31 deletions
|
@ -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");
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue