Fixed the drawing order for selected items in OpenGL GAL.

This commit is contained in:
Maciej Suminski 2016-05-02 15:56:17 +02:00
parent 795fd28742
commit 82a63a8c2a
1 changed files with 1 additions and 1 deletions

View File

@ -912,7 +912,7 @@ public:
*/
inline void AdvanceDepth()
{
layerDepth -= 0.001;
layerDepth -= 0.05;
}
/**