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:
authorJulian Eisel <eiseljulian@gmail.com>2017-05-05 14:11:06 +0300
committerJulian Eisel <eiseljulian@gmail.com>2017-05-05 14:11:44 +0300
commit14bf4ed19407e98575ca7646e942f8230a0b2e8d (patch)
tree368e8680042b4591926625cb3e3439c8dab7afda /source/blenderplayer
parent31f2f1b5f2243b1338e25b617bc783c2edf18e7d (diff)
Fix Blenderplayer linking error
Diffstat (limited to 'source/blenderplayer')
-rw-r--r--source/blenderplayer/bad_level_call_stubs/stubs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 5f129be5f9b..5e94481eb61 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -702,6 +702,7 @@ void OBJECT_collection_settings_create(struct IDProperty *properties) RET_NONE
void EDIT_MESH_collection_settings_create(struct IDProperty *properties) RET_NONE
void EDIT_ARMATURE_collection_settings_create(struct IDProperty *properties) RET_NONE
void PAINT_WEIGHT_collection_settings_create(struct IDProperty *properties) RET_NONE
+void PAINT_VERTEX_collection_settings_create(struct IDProperty *properties) RET_NONE
void DRW_object_engine_data_free(struct Object *ob) RET_NONE
/* python */