Commit: e51cbce646c3bc94b8d5538d8b9bce53ee97a68d
Author: Dalai Felinto
Date:   Thu May 31 19:19:27 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBe51cbce646c3bc94b8d5538d8b9bce53ee97a68d

Cleanup: Fix indentation

===================================================================

M       source/blender/makesdna/DNA_view3d_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_view3d_types.h 
b/source/blender/makesdna/DNA_view3d_types.h
index d0a68a9343c..4868777b5e6 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -357,7 +357,7 @@ enum {
        V3D_OVERLAY_HIDE_CURSOR       = (1 << 1),
        V3D_OVERLAY_BONE_SELECTION    = (1 << 2),
        V3D_OVERLAY_LOOK_DEV          = (1 << 3),
-       V3D_OVERLAY_WIREFRAMES       = (1 << 4),
+       V3D_OVERLAY_WIREFRAMES        = (1 << 4),
 };
 
 /* View3DOverlay->edit_flag */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to