Fix blenderplayer(tm)

This commit is contained in:
Dalai Felinto 2017-04-11 16:24:44 +02:00
parent 70e4f1e003
commit 4fe4c82dbd
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ bool ED_texture_context_check_others(const struct bContext *C) RET_ZERO
bool ED_text_region_location_from_cursor(SpaceText *st, ARegion *ar, const int cursor_co[2], int r_pixel_co[2]) RET_ZERO
SnapObjectContext *ED_transform_snap_object_context_create(
struct Main *bmain, struct Scene *scene, int flag) RET_NULL
struct Main *bmain, struct Scene *scene, struct SceneLayer *sl, int flag) RET_NULL
SnapObjectContext *ED_transform_snap_object_context_create_view3d(
struct Main *bmain, struct Scene *scene, struct SceneLayer *sl, int flag,
const struct ARegion *ar, const struct View3D *v3d) RET_NULL