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-03 15:08:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-03 15:10:38 +0300
commitfbcb92074893480aa7c2ec14357f1f1a62f63f6a (patch)
tree276a51f98f5c26f76f6ba74df001f6c6ff61eafa /source/blender/editors/include/BIF_glutil.h
parentd1e55be96e89c262262d5e79fef70ef3fc12fd6c (diff)
Rename circle_partial -> disk_partial
We may have a 'disk' function (not the partial version).
Diffstat (limited to 'source/blender/editors/include/BIF_glutil.h')
-rw-r--r--source/blender/editors/include/BIF_glutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/BIF_glutil.h b/source/blender/editors/include/BIF_glutil.h
index 53bfef7cad6..ebc6cd86479 100644
--- a/source/blender/editors/include/BIF_glutil.h
+++ b/source/blender/editors/include/BIF_glutil.h
@@ -89,7 +89,7 @@ void imm_draw_filled_circle(unsigned pos, float x, float y, float radius, int ns
* \param start: Specifies the starting angle, in degrees, of the disk portion.
* \param sweep: Specifies the sweep angle, in degrees, of the disk portion.
*/
-void imm_draw_filled_circle_partial(
+void imm_draw_filled_disk_partial(
unsigned pos, float x, float y,
float radius_inner, float radius_outer, int nsegments, float start, float sweep);