mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +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
|
||||
|
||||
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()
|
||||
{}
|
||||
|
Loading…
Reference in New Issue
Block a user