mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-26 16:08:03 -05:00
[WIP] Improve memory management of matrix maps
This commit is contained in:
@@ -190,7 +190,8 @@ RGBController_Debug::RGBController_Debug(bool custom_controller, json debug_sett
|
||||
}
|
||||
}
|
||||
|
||||
custom_zone.matrix_map->map = MatrixARR;
|
||||
custom_zone.matrix_map->delete_map = true;
|
||||
custom_zone.matrix_map->map = MatrixARR;
|
||||
}
|
||||
|
||||
/*---------------------------------------------*\
|
||||
|
||||
Reference in New Issue
Block a user