💥Crash Fix Object settings table (#14479)

* Crash Fix Object settings

* Update GUI_ObjectTable.cpp
This commit is contained in:
Rodrigo Faselli
2026-06-29 21:55:09 -03:00
committed by GitHub
parent 19be9604de
commit 59e655dd1d
2 changed files with 50 additions and 23 deletions

View File

@@ -344,8 +344,8 @@ public:
ConfigOptionBool ori_enable_support;
ConfigOptionEnum<BrimType> brim_type;
ConfigOptionEnum<BrimType> ori_brim_type;
ConfigOptionFloat speed_perimeter;
ConfigOptionFloat ori_speed_perimeter;
ConfigOptionFloatsNullable speed_perimeter;
ConfigOptionFloatsNullable ori_speed_perimeter;
ModelConfig* config;
ModelVolumeType model_volume_type;