[Bf-blender-cvs] [80e7a48f21e] blender2.8: Fix blenderplayer (tm)

Dalai Felinto noreply at git.blender.org
Mon Apr 2 22:24:36 CEST 2018


Commit: 80e7a48f21e00c6ebd872cf53787687acce3511e
Author: Dalai Felinto
Date:   Mon Apr 2 17:24:18 2018 -0300
Branches: blender2.8
https://developer.blender.org/rB80e7a48f21e00c6ebd872cf53787687acce3511e

Fix blenderplayer (tm)

===================================================================

M	source/blenderplayer/bad_level_call_stubs/stubs.c

===================================================================

diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index e9bda211f09..fedc0368ff2 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -482,7 +482,7 @@ void ED_fsmenu_entry_set_path(struct FSMenuEntry *fsentry, const char *name) RET
 char *ED_fsmenu_entry_get_name(struct FSMenuEntry *fsentry) RET_NULL
 void ED_fsmenu_entry_set_name(struct FSMenuEntry *fsentry, const char *name) RET_NONE
 
-struct PTCacheEdit *PE_get_current(struct Scene *scene, struct ViewLayer *view_layer, struct Object *ob) RET_NULL
+struct PTCacheEdit *PE_get_current(struct Scene *scene, struct Object *ob) RET_NULL
 void PE_current_changed(const struct EvaluationContext *eval_ctx, struct Scene *scene, struct Object *ob) RET_NONE
 
 /* rna keymap */



More information about the Bf-blender-cvs mailing list