Skip to content

fix handling of output flags; fix inertia output

Marco Morandini requested to merge fix_private_output_flags into develop

Private output flags should be above OUTPUT_PRIVATE, while common, global global flags (i.e. the enum at output.h:145 ) should stay below; after the introduction of OUTPUT_MAY_USE_TEXT & co no one bothered increasing OUTPUT_PRIVATE. The conflict is evident for inertia element, with commit ac8d744e further screwing up everything instead of fixing inertia.

Merge request reports