Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <j.bakker@atmind.nl>2018-05-04 18:25:49 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-05-04 18:26:10 +0300
commita73c02a17b58427f998fa9d260d1fbcbccbe6e25 (patch)
tree3e09030a7a3055a1e26f897020d48fea57baaf91 /source/blender/draw/engines/workbench/workbench_private.h
parent26d87bd57795c39138ba982cc06a20b466eddb2c (diff)
Workbench: Color selector when in single color mode
Diffstat (limited to 'source/blender/draw/engines/workbench/workbench_private.h')
-rw-r--r--source/blender/draw/engines/workbench/workbench_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/workbench/workbench_private.h b/source/blender/draw/engines/workbench/workbench_private.h
index 6f1d833a551..c0dfcc4e32f 100644
--- a/source/blender/draw/engines/workbench/workbench_private.h
+++ b/source/blender/draw/engines/workbench/workbench_private.h
@@ -78,8 +78,8 @@ typedef struct WORKBENCH_PrivateData {
short drawtype_lighting;
short drawtype_options;
short drawtype_studiolight;
- short pad;
float drawtype_ambient_intensity;
+ float drawtype_single_color[3];
struct GPUUniformBuffer *world_ubo;
struct DRWShadingGroup *shadow_shgrp;
WORKBENCH_UBO_World world_data;