]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/persparam.cxx
Make the debug geometry stuff work with a time argument.
[simgear.git] / simgear / scene / model / persparam.cxx
1 /**
2  * $Id$
3  */
4
5 #include <simgear/props/props.hxx>
6 #include "persparam.hxx"
7
8 template <> double
9 SGPersonalityParameter<double>::getNodeValue( const SGPropertyNode *props,
10                                               const char *name,
11                                               double defval ) const
12 {
13   return props->getDoubleValue( name, defval );
14 }