mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
LP-30 fix minor OSGSky date issue
This commit is contained in:
parent
b873d37a8f
commit
5315af05a3
@ -43,8 +43,11 @@ struct OSGSkyNode::Hidden : public QObject {
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
Hidden(OSGSkyNode *parent) : QObject(parent), self(parent), sceneData(NULL), sunLightEnabled(true), dateTime(), minimumAmbientLight(0.03)
|
Hidden(OSGSkyNode *parent) : QObject(parent),
|
||||||
{}
|
self(parent), sceneData(NULL), sunLightEnabled(true), minimumAmbientLight(0.03)
|
||||||
|
{
|
||||||
|
dateTime = QDateTime::currentDateTime();
|
||||||
|
}
|
||||||
|
|
||||||
~Hidden()
|
~Hidden()
|
||||||
{}
|
{}
|
||||||
|
Loading…
Reference in New Issue
Block a user