mirror of https://github.com/mosra/magnum.git
Browse Source
With the following invocation
magnum-sceneconverter --info-importer -I GltfImporter \
-i customSceneFieldTypes/foo=Int
the newly-added option wasn't visible in the configuration printout
because the printer exited right once encountering the Doxygen
[configuration_] snippet marker in the file, and the option got added
after it. Now it's continuing after the marker and the newly-added
option is visible.
pull/596/head
2 changed files with 10 additions and 8 deletions
Loading…
Reference in new issue