]> git.mxchange.org Git - flightgear.git/blob - src/Main/FGInterpolator.cxx
Reduce amount of log output at level=debug.
[flightgear.git] / src / Main / FGInterpolator.cxx
1 /*
2  * FGInterpolator.cxx
3  *
4  *  Created on: 16.03.2013
5  *      Author: tom
6  */
7
8 #include "FGInterpolator.hxx"
9 #include <simgear/scene/util/ColorInterpolator.hxx>
10
11 //------------------------------------------------------------------------------
12 FGInterpolator::FGInterpolator()
13 {
14   addInterpolatorFactory<simgear::ColorInterpolator>("color");
15 }