diff options
Diffstat (limited to 'src/perspective3d.cpp')
| -rw-r--r-- | src/perspective3d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } } |
