cwFlowDecl.h : Replaced ui_var_t.desc_cfg with ui_cfg.

This commit is contained in:
kevin 2025-03-10 19:56:55 -04:00
parent 086b4d116f
commit 0c274f3389

View File

@ -118,7 +118,7 @@ namespace cw
const char* label; // flow::variable_t::label const char* label; // flow::variable_t::label
unsigned label_sfx_id; // flow::variable_t::label_sfx_id unsigned label_sfx_id; // flow::variable_t::label_sfx_id
const object_t* desc_cfg; // var desc cfg from flow::var_desc_t const object_t* ui_cfg; // ui cfg from flow::var_desc_t
unsigned desc_flags; // flow::var_desc_t::flags unsigned desc_flags; // flow::var_desc_t::flags
bool has_source_fl; // true if this var is connected to a source var bool has_source_fl; // true if this var is connected to a source var