Commit: 84c3b175f62f9d4224d392bfa12bb264838e14c2 Author: Campbell Barton Date: Wed May 23 17:13:41 2018 +0200 Branches: blender2.8 https://developer.blender.org/rB84c3b175f62f9d4224d392bfa12bb264838e14c2
Fix typo in header =================================================================== M source/blender/modifiers/intern/MOD_softbody.c =================================================================== diff --git a/source/blender/modifiers/intern/MOD_softbody.c b/source/blender/modifiers/intern/MOD_softbody.c index c16a56ee3d1..6e57ad53c2b 100644 --- a/source/blender/modifiers/intern/MOD_softbody.c +++ b/source/blender/modifiers/intern/MOD_softbody.c @@ -46,7 +46,7 @@ #include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" -#include "DEG_depsgraph_query.h".h" +#include "DEG_depsgraph_query.h" #include "MOD_modifiertypes.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
