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:
authorCampbell Barton <ideasman42@gmail.com>2017-07-25 19:34:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-07-25 19:35:27 +0300
commit2b1cd24c6ebacb17032914c0897038cd7e63b07b (patch)
tree7b00be073b41b63de7b255620eed2ecdca115b91 /source/blender/gpu/intern/gpu_select.c
parent80e03e77099ba963cbc08545f0f28fe02e885110 (diff)
Fix T52190: Depth picking fails
Diffstat (limited to 'source/blender/gpu/intern/gpu_select.c')
-rw-r--r--source/blender/gpu/intern/gpu_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_select.c b/source/blender/gpu/intern/gpu_select.c
index affc96b2843..153cf5f1e97 100644
--- a/source/blender/gpu/intern/gpu_select.c
+++ b/source/blender/gpu/intern/gpu_select.c
@@ -252,4 +252,4 @@ const uint *GPU_select_buffer_near(const uint *buffer, int hits)
buffer += 4;
}
return buffer_near;
-} \ No newline at end of file
+}