1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

LP-32 force initial update of OSGGeoTransformManipulator

other such classes should also be force updated...
This commit is contained in:
Philippe Renon 2016-06-21 00:29:20 +02:00 committed by Philippe Renon
parent 70975f0d3f
commit 16092f7f38

View File

@ -208,7 +208,9 @@ void MyManipulator::updateCamera(osg::Camera & camera)
/* class OSGGeoTransformManipulator */
OSGGeoTransformManipulator::OSGGeoTransformManipulator(QObject *parent) : Inherited(parent), h(new Hidden(this))
{}
{
setDirty(Position | Attitude | Clamp);
}
OSGGeoTransformManipulator::~OSGGeoTransformManipulator()
{