Added missing label field to XPMPPlanePosition_t and updated README

Added note to README warning users to not use CSLLoaderThread.*
This commit is contained in:
Wade Williams
2012-05-25 09:57:41 -05:00
parent 6db62cb34f
commit 6758589e6b
2 changed files with 9 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ typedef struct {
float pitch;
float roll;
float heading;
char label[32];
} XPMPPlanePosition_t;