replaced std::sort with stable_sort to avoid sorting errors with objects in the same...
authorIngo Ruhnke <grumbel@gmx.de>
Sun, 30 May 2004 15:25:01 +0000 (15:25 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Sun, 30 May 2004 15:25:01 +0000 (15:25 +0000)
commit16feed776ccd0680299ab9605f62719d24cdbb16
tree3685896fd8c88906c228e6746346b5b61feb022b
parent11cc1eb032482c88b533084bf78586ee830a5693
replaced std::sort with stable_sort to avoid sorting errors with objects in the same layer

SVN-Revision: 1366
src/screen/drawing_context.cpp