forked from mirrors/principia
Fix separator config dialog (colour picker)
This commit is contained in:
parent
deaf39b4bf
commit
64fcfcd7e9
1 changed files with 1 additions and 1 deletions
|
|
@ -146,8 +146,8 @@ beam::beam(int btype)
|
|||
}
|
||||
|
||||
if (this->btype == BEAM_SEP) {
|
||||
this->dialog_id = DIALOG_IGNORE;
|
||||
this->set_flag(ENTITY_IS_DEV, true);
|
||||
this->dialog_id = DIALOG_BEAM_COLOR;
|
||||
this->set_property(0, (uint32_t)1);
|
||||
this->num_sliders = 0;
|
||||
this->set_mesh(mesh_factory::get_mesh(MODEL_SEPARATOR));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue