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>2020-05-05 09:05:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-05 09:05:51 +0300
commitf55e92107a5c88d80fdf6199b09916ca5a0fef68 (patch)
treefcc80473cbce32e94ebbde2d62515f61e14546cc /source/blender/gpu/intern/gpu_immediate_util.c
parent8217fba8c5d03cb29df21f166f8d9b71aeb40fd2 (diff)
Cleanup: warnings
Diffstat (limited to 'source/blender/gpu/intern/gpu_immediate_util.c')
-rw-r--r--source/blender/gpu/intern/gpu_immediate_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_immediate_util.c b/source/blender/gpu/intern/gpu_immediate_util.c
index 77b6f237f03..e834d6afccb 100644
--- a/source/blender/gpu/intern/gpu_immediate_util.c
+++ b/source/blender/gpu/intern/gpu_immediate_util.c
@@ -367,7 +367,7 @@ void imm_draw_box_checker_2d_ex(float x1,
float y2,
const float color_primary[4],
const float color_secondary[4],
- const int checker_size)
+ int checker_size)
{
uint pos = GPU_vertformat_attr_add(immVertexFormat(), "pos", GPU_COMP_F32, 2, GPU_FETCH_FLOAT);