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>2013-04-15 08:34:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-15 08:34:14 +0400
commitbe71c46b24179ae1de3cecbca6b546a61888a581 (patch)
tree3e990785c5099cf2759bd66f7aa07a700e4fee4a /source/blender/editors/screen/area.c
parent8cca2fec82381144eebb6ab98fff17fc84452bce (diff)
code cleanup: minor BMESH_TODO's, some were left in even though they were done/invalid.
Diffstat (limited to 'source/blender/editors/screen/area.c')
-rw-r--r--source/blender/editors/screen/area.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 555e123be97..f8331d774f5 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -1877,7 +1877,7 @@ void ED_region_info_draw(ARegion *ar, const char *text, int block, float fill_co
/* setup scissor */
glGetIntegerv(GL_SCISSOR_BOX, scissor);
glScissor(ar->winrct.xmin + rect.xmin, ar->winrct.ymin + rect.ymin,
- BLI_rcti_size_x(&rect), BLI_rcti_size_y(&rect));
+ BLI_rcti_size_x(&rect), BLI_rcti_size_y(&rect));
glEnable(GL_BLEND);
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);