Cleanup: quiet "undef" compiler warning
This commit is contained in:
@@ -1330,7 +1330,7 @@ void ED_view3d_shade_update(struct Main *bmain, struct View3D *v3d, struct ScrAr
|
||||
|
||||
#define OVERLAY_RETOPOLOGY_ENABLED(overlay) \
|
||||
(((overlay).edit_flag & V3D_OVERLAY_EDIT_RETOPOLOGY) != 0)
|
||||
#if __APPLE__
|
||||
#ifdef __APPLE__
|
||||
/* Apple silicon tile depth test requires a higher value to reduce drawing artifacts.*/
|
||||
# define OVERLAY_RETOPOLOGY_MIN_OFFSET_ENABLED 0.0015f
|
||||
# define OVERLAY_RETOPOLOGY_MIN_OFFSET_DISABLED 0.0015f
|
||||
|
||||
Reference in New Issue
Block a user