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