mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-14 03:58:18 +00:00
Removed unnecessary SortImages call in RenderImages
This commit is contained in:
parent
9ff2cb6744
commit
9e6c909624
|
@ -1874,8 +1874,6 @@ void CEditor::SortImages()
|
||||||
|
|
||||||
void CEditor::RenderImages(CUIRect ToolBox, CUIRect ToolBar, CUIRect View)
|
void CEditor::RenderImages(CUIRect ToolBox, CUIRect ToolBar, CUIRect View)
|
||||||
{
|
{
|
||||||
SortImages();
|
|
||||||
|
|
||||||
for(int e = 0; e < 2; e++) // two passes, first embedded, then external
|
for(int e = 0; e < 2; e++) // two passes, first embedded, then external
|
||||||
{
|
{
|
||||||
CUIRect Slot;
|
CUIRect Slot;
|
||||||
|
|
Loading…
Reference in a new issue