From cf59f9ff6a8eb98441942ca7d8618dfa31361e93 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Sun, 26 Aug 2007 17:16:03 +0000 Subject: Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally the right approach) (bzr r3586) --- src/perspective3d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/perspective3d.cpp') diff --git a/src/perspective3d.cpp b/src/perspective3d.cpp index e2b9fcbc2..9f79d25bd 100644 --- a/src/perspective3d.cpp +++ b/src/perspective3d.cpp @@ -327,7 +327,7 @@ void Perspective3D::update_z_orders () { for (GSList *i = this->boxes; i != NULL; i = i->next) { - sp_3dbox_set_z_orders (SP_3DBOX (i->data)); + sp_3dbox_set_z_orders_later_on (SP_3DBOX (i->data)); } } -- cgit v1.2.3