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>2011-04-30 12:54:06 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-30 12:54:06 +0400
commit03c362f1ab75dcf647b14a4de0ad636ece05ca82 (patch)
tree86e68a063230b4a05f272f6f12801de7aab0973c /source/blender/blenfont/intern/blf.c
parented76b3cb77279b2be246b54e0f45c5eaabc04bb6 (diff)
fix [#27221] stamp text bug in lower lines
Diffstat (limited to 'source/blender/blenfont/intern/blf.c')
-rw-r--r--source/blender/blenfont/intern/blf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenfont/intern/blf.c b/source/blender/blenfont/intern/blf.c
index 930f55a48fa..5db71948024 100644
--- a/source/blender/blenfont/intern/blf.c
+++ b/source/blender/blenfont/intern/blf.c
@@ -657,7 +657,7 @@ void BLF_shadow_offset(int fontid, int x, int y)
}
}
-void BLF_buffer(int fontid, float *fbuf, unsigned char *cbuf, unsigned int w, unsigned int h, int nch)
+void BLF_buffer(int fontid, float *fbuf, unsigned char *cbuf, int w, int h, int nch)
{
FontBLF *font;