mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08: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)
|
||||
{
|
||||
SortImages();
|
||||
|
||||
for(int e = 0; e < 2; e++) // two passes, first embedded, then external
|
||||
{
|
||||
CUIRect Slot;
|
||||
|
|
Loading…
Reference in a new issue