From c5535705335face1758fcb2463e77807f87dfc6e Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 11 May 2004 22:39:21 +0000 Subject: [PATCH] Oops, fix a typo. --- simgear/scene/model/custtrans.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/scene/model/custtrans.cxx b/simgear/scene/model/custtrans.cxx index bde8be13..c34dc02c 100755 --- a/simgear/scene/model/custtrans.cxx +++ b/simgear/scene/model/custtrans.cxx @@ -14,7 +14,7 @@ void SGCustomTransform::copy_from( SGCustomTransform *src, int clone_flags ) { ssgBranch::copy_from( src, clone_flags ); _callback = src->_callback; - _data = (void *)src->_callback; + _data = src->_data; } ssgBase *SGCustomTransform::clone( int clone_flags ) -- 2.39.5