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-06-19 15:32:09 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-06-19 15:32:52 +0300
commitce0a87a2089c32db867930418f60ebaa7acc1604 (patch)
tree7f716d95635ce996dc05d5ff40297832e9e15d71 /source/blender/draw/intern/draw_common.h
parent92823275af65c64e6edfeca3c513d64f5445640c (diff)
Revert: EditMode Inactive edge drawing
Did it manually as there was some refactoring done that has value
Diffstat (limited to 'source/blender/draw/intern/draw_common.h')
-rw-r--r--source/blender/draw/intern/draw_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_common.h b/source/blender/draw/intern/draw_common.h
index 5e29831624b..6227130fb05 100644
--- a/source/blender/draw/intern/draw_common.h
+++ b/source/blender/draw/intern/draw_common.h
@@ -41,7 +41,6 @@ struct PTCacheEdit;
typedef struct GlobalsUboStorage {
/* UBOs data needs to be 16 byte aligned (size of vec4) */
float colorWire[4];
- float colorWireInactive[4];
float colorWireEdit[4];
float colorActive[4];
float colorSelect[4];