From: curt Date: Tue, 11 May 2004 22:39:21 +0000 (+0000) Subject: Oops, fix a typo. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c5535705335face1758fcb2463e77807f87dfc6e;p=simgear.git Oops, fix a typo. --- 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 )