diff options
| author | xalduin <xalduin@gmail.com> | 2010-06-02 13:26:17 -0400 |
|---|---|---|
| committer | xalduin <xalduin@gmail.com> | 2010-06-02 13:26:17 -0400 |
| commit | 9e6c9096248dc35a354050749b460fafdd21df7f (patch) | |
| tree | 873970d938597d15b4c243a257dff0c0451ebb9f | |
| parent | 9ff2cb6744eff725bfea08f73dda7ed8388cdbb8 (diff) | |
| download | zcatch-9e6c9096248dc35a354050749b460fafdd21df7f.tar.gz zcatch-9e6c9096248dc35a354050749b460fafdd21df7f.zip | |
Removed unnecessary SortImages call in RenderImages
| -rw-r--r-- | src/game/editor/ed_editor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp index df40c48a..0e478753 100644 --- a/src/game/editor/ed_editor.cpp +++ b/src/game/editor/ed_editor.cpp @@ -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; |