Removed unnecessary SortImages call in RenderImages

This commit is contained in:
xalduin 2010-06-02 13:26:17 -04:00
parent 9ff2cb6744
commit 9e6c909624

View file

@ -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;