Layer: Update outdated code comment

This commit is contained in:
Dalai Felinto 2018-01-25 17:50:25 -02:00
parent 748adb37e5
commit 7e885e1e10
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ ViewLayer *BKE_view_layer_from_workspace_get(const struct Scene *scene, const st
/**
* This is a placeholder to know which areas of the code need to be addressed for the Workspace changes.
* Never use this, you should either use BKE_view_layer_workspace_active or get ViewLayer explicitly.
* Never use this, you should either use BKE_view_layer_from_workspace_get or get ViewLayer explicitly.
*/
ViewLayer *BKE_view_layer_context_active_PLACEHOLDER(const Scene *scene)
{