mirror of https://github.com/AxioDL/boo.git
Fix break derp
This commit is contained in:
parent
71593afe50
commit
e6b3530681
|
@ -584,8 +584,8 @@ public:
|
|||
{
|
||||
m_format = surfFormats[i].format;
|
||||
m_colorspace = surfFormats[i].colorSpace;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
@ -770,8 +770,8 @@ public:
|
|||
{
|
||||
m_format = surfFormats[i].format;
|
||||
m_colorspace = surfFormats[i].colorSpace;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue