Fix empty-images not using selection color

This commit is contained in:
Campbell Barton 2018-07-11 11:02:03 +02:00
parent c17611af95
commit ccc9f476ca
Notes: blender-bot 2023-02-14 07:39:44 +01:00
Referenced by issue #55918, Manipulator uses trackball instead of an axis scale
Referenced by issue #55919, Auto-keying is broken (needs a refresh)
Referenced by issue #55920, The viewport "navigate" keeps popping up in the upper right corner
1 changed files with 1 additions and 1 deletions

View File

@ -835,7 +835,7 @@ static void DRW_shgroup_empty_image(
{
DRW_shgroup_instance_format(e_data.empty_image_wire_format, {
{"objectColor", DRW_ATTRIB_FLOAT, 4},
{"color", DRW_ATTRIB_FLOAT, 4},
{"size", DRW_ATTRIB_FLOAT, 1},
{"offset", DRW_ATTRIB_FLOAT, 2},
{"InstanceModelMatrix", DRW_ATTRIB_FLOAT, 16}