]> git.mxchange.org Git - simgear.git/blobdiff - simgear/timing/timestamp.hxx
Fix a bug in cloud texture state loading which caused the cloud textures to
[simgear.git] / simgear / timing / timestamp.hxx
index 3a31ba58df9f89d7317999c3e6e32df500aa5450..2f95ad07761a65259dac46407fd42045f4ca0540 100644 (file)
@@ -102,7 +102,10 @@ public:
     inline long get_usec() const { return usec; }
 };
 
-inline SGTimeStamp::SGTimeStamp() {
+inline SGTimeStamp::SGTimeStamp() :
+    seconds(0),
+    usec(0)
+{
 }
 
 inline SGTimeStamp::SGTimeStamp( const long s, const long u ) {