Update storage method in .pp3 files for RT-spot points

RT-spot points are now stored as integer vector (instead of four
dedicated integer) to allow future improvements.
This commit is contained in:
Pandagrapher
2020-04-23 19:38:53 +02:00
parent c974799e76
commit 192c9b118f
8 changed files with 57 additions and 86 deletions

View File

@@ -397,10 +397,7 @@ public:
bool structexclu;
bool struc;
bool shapeMethod;
bool locX;
bool locXL;
bool locY;
bool locYT;
bool loc;
bool centerX;
bool centerY;
bool circrad;