Fixed the drawing order for selected items in OpenGL GAL.
This commit is contained in:
parent
795fd28742
commit
82a63a8c2a
|
@ -912,7 +912,7 @@ public:
|
|||
*/
|
||||
inline void AdvanceDepth()
|
||||
{
|
||||
layerDepth -= 0.001;
|
||||
layerDepth -= 0.05;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue