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:
-rw-r--r--source/blender/src/drawview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawview.c b/source/blender/src/drawview.c
index 9d319362786..9ab0a20ea90 100644
--- a/source/blender/src/drawview.c
+++ b/source/blender/src/drawview.c
@@ -1343,7 +1343,7 @@ static void draw_selected_name(Object *ob)
else
sprintf(info, "(%d) %s", CFRA, ob->id.name+2);
}
- if(ob->type==OB_MESH) {
+ else if(ob->type==OB_MESH) {
Key *key= NULL;
KeyBlock *kb = NULL;
char shapes[75];