From 91ec7fdec97678b9b403f5e6a823bb2062c43a41 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Tue, 3 Jul 2007 18:38:27 +0000 Subject: More meaningful name for 3D axis directions (bzr r3169) --- src/vanishing-point.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vanishing-point.cpp') diff --git a/src/vanishing-point.cpp b/src/vanishing-point.cpp index 7933fbeba..21bb7fa76 100644 --- a/src/vanishing-point.cpp +++ b/src/vanishing-point.cpp @@ -63,7 +63,7 @@ VPState VanishingPoint::toggle_parallel() return this->state; } -void VanishingPoint::draw(PerspDir const axis) +void VanishingPoint::draw(Box3D::Axis const axis) { switch (axis) { case X: -- cgit v1.2.3