Fix break derp

This commit is contained in:
Jack Andersen 2017-02-15 19:46:03 -10:00
parent 71593afe50
commit e6b3530681
2 changed files with 2 additions and 2 deletions

View File

@ -584,8 +584,8 @@ public:
{
m_format = surfFormats[i].format;
m_colorspace = surfFormats[i].colorSpace;
break;
}
break;
}
}
else

View File

@ -770,8 +770,8 @@ public:
{
m_format = surfFormats[i].format;
m_colorspace = surfFormats[i].colorSpace;
break;
}
break;
}
}
else