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-04-05 11:53:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-05 11:53:34 +0300
commit2f700b828049fe5b2d1d0f3d4bc24f37de59e1a2 (patch)
tree61ca874de1fc1ea2a22b4c0604864fe66a8831a7 /source/blender/gpu/GPU_immediate_util.h
parenta4fac21fc5a2e5e3c816884da6499f931dfe6dd1 (diff)
GPU_immediate_util: missed last commit
Diffstat (limited to 'source/blender/gpu/GPU_immediate_util.h')
-rw-r--r--source/blender/gpu/GPU_immediate_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_immediate_util.h b/source/blender/gpu/GPU_immediate_util.h
index 77c5701480b..730b31ed277 100644
--- a/source/blender/gpu/GPU_immediate_util.h
+++ b/source/blender/gpu/GPU_immediate_util.h
@@ -29,7 +29,7 @@
void imm_cpack(unsigned int x);
-void imm_draw_lined_circle(unsigned pos, float x, float y, float radius, int nsegments);
+void imm_draw_circle_wire(unsigned pos, float x, float y, float radius, int nsegments);
void imm_draw_circle_fill(unsigned pos, float x, float y, float radius, int nsegments);
/* use this version when VertexFormat has a vec3 position */