Show the 3D cursor by default

Was committed as part of unrelated change: D3198.
This commit is contained in:
Campbell Barton
2018-05-06 11:56:26 +02:00
parent b7d7bbfc48
commit 02dbe2dcfc

View File

@@ -1093,7 +1093,6 @@ void blo_do_versions_280(FileData *fd, Library *UNUSED(lib), Main *main)
copy_v3_fl(v3d->shading.single_color, 0.8f);
v3d->shading.shadow_intensity = 0.5;
v3d->overlay.flag |= V3D_OVERLAY_HIDE_CURSOR;
v3d->overlay.backwire_opacity = 0.5f;
v3d->overlay.normals_length = 0.1f;
}