From c5862e0a06b75767fd863673c54aab54f27d1872 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 22 Apr 2019 01:45:43 +1000 Subject: Cleanup: comments (long lines) in gpu --- source/blender/gpu/intern/gpu_select_pick.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/gpu/intern/gpu_select_pick.c') diff --git a/source/blender/gpu/intern/gpu_select_pick.c b/source/blender/gpu/intern/gpu_select_pick.c index 253c8703234..6c3e05912b0 100644 --- a/source/blender/gpu/intern/gpu_select_pick.c +++ b/source/blender/gpu/intern/gpu_select_pick.c @@ -318,7 +318,8 @@ void gpu_select_pick_begin(uint (*buffer)[4], uint bufsize, const rcti *input, c if (mode == GPU_SELECT_PICK_ALL) { /* Note that other depth settings (such as #GL_LEQUAL) work too, * since the depth is always cleared. - * Noting this for cases when depth picking is used where drawing calls change depth settings. */ + * Noting this for cases when depth picking is used where + * drawing calls change depth settings. */ glDepthFunc(GL_ALWAYS); } else { -- cgit v1.2.3