Replace dimensions code in SceneParser with a few lines of VectorParser magic
Neat!
This commit is contained in:
parent
bdd0afddf5
commit
2834fa45c6
2 changed files with 16 additions and 56 deletions
|
@ -31,13 +31,6 @@ private:
|
|||
DimensionsSection,
|
||||
ObjectsSection,
|
||||
} mSection;
|
||||
|
||||
enum {
|
||||
NoDimension,
|
||||
HeightDimension,
|
||||
WidthDimension,
|
||||
DoneDimension
|
||||
} mDimension;
|
||||
};
|
||||
|
||||
} /* namespace yaml */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue