mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 15:46:19 +00:00
Fix break derp
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user