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:
Diffstat (limited to 'source/blender/modifiers/intern/MOD_cast.c')
-rw-r--r--source/blender/modifiers/intern/MOD_cast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_cast.c b/source/blender/modifiers/intern/MOD_cast.c
index 44cf240816e..76a0ed59d06 100644
--- a/source/blender/modifiers/intern/MOD_cast.c
+++ b/source/blender/modifiers/intern/MOD_cast.c
@@ -130,7 +130,7 @@ static void sphere_do(
Object *ctrl_ob = NULL;
int i, defgrp_index;
- int has_radius = 0;
+ bool has_radius = false;
short flag, type;
float len = 0.0f;
float fac = cmd->fac;
@@ -250,7 +250,7 @@ static void cuboid_do(
Object *ctrl_ob = NULL;
int i, defgrp_index;
- int has_radius = 0;
+ bool has_radius = false;
short flag;
float fac = cmd->fac;
float facm = 1.0f - fac;