[Bf-blender-cvs] [388eeebdfaf] greasepencil-object: Rename include after merge

Antonio Vazquez noreply at git.blender.org
Sun Feb 18 16:52:23 CET 2018


Commit: 388eeebdfaf7d431bc673d7e2bf03c8e1093df58
Author: Antonio Vazquez
Date:   Sun Feb 18 16:50:42 2018 +0100
Branches: greasepencil-object
https://developer.blender.org/rB388eeebdfaf7d431bc673d7e2bf03c8e1093df58

Rename include after merge

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

M	source/blender/draw/engines/gpencil/gpencil_geom.c

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

diff --git a/source/blender/draw/engines/gpencil/gpencil_geom.c b/source/blender/draw/engines/gpencil/gpencil_geom.c
index 92046d14506..7214693088f 100644
--- a/source/blender/draw/engines/gpencil/gpencil_geom.c
+++ b/source/blender/draw/engines/gpencil/gpencil_geom.c
@@ -28,7 +28,7 @@
  */
 
 
-#include "BLI_polyfill2d.h"
+#include "BLI_polyfill_2d.h"
 #include "BLI_math_color.h"
 
 #include "DNA_gpencil_types.h"



More information about the Bf-blender-cvs mailing list