[Bf-blender-cvs] [f9b7ae7] GPencil_Editing_Stage3: Fix small compile error noted by Sybren

Joshua Leung noreply at git.blender.org
Fri Nov 13 13:21:02 CET 2015


Commit: f9b7ae71ff39abc4d185a06cc126062ca01df384
Author: Joshua Leung
Date:   Sat Nov 14 01:20:19 2015 +1300
Branches: GPencil_Editing_Stage3
https://developer.blender.org/rBf9b7ae71ff39abc4d185a06cc126062ca01df384

Fix small compile error noted by Sybren

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

M	source/blender/editors/gpencil/gpencil_select.c

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

diff --git a/source/blender/editors/gpencil/gpencil_select.c b/source/blender/editors/gpencil/gpencil_select.c
index 08975f0..83a1f24 100644
--- a/source/blender/editors/gpencil/gpencil_select.c
+++ b/source/blender/editors/gpencil/gpencil_select.c
@@ -74,6 +74,8 @@ static int gpencil_select_poll(bContext *C)
 		if (gpd->layers.first)
 			return true;
 	}
+	
+	return false;
 }
 
 /* ********************************************** */




More information about the Bf-blender-cvs mailing list