[Bf-blender-cvs] [8e6beee] hair_system: Missing struct attribute in function declaration.

Lukas Tönne noreply at git.blender.org
Fri Aug 22 12:17:54 CEST 2014


Commit: 8e6beeebb57df0e1b28b0ae604025e81bae4dc59
Author: Lukas Tönne
Date:   Fri Aug 22 12:18:51 2014 +0200
Branches: hair_system
https://developer.blender.org/rB8e6beeebb57df0e1b28b0ae604025e81bae4dc59

Missing struct attribute in function declaration.

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

M	source/blender/hair/HAIR_capi.h

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

diff --git a/source/blender/hair/HAIR_capi.h b/source/blender/hair/HAIR_capi.h
index 5306144..3179e37 100644
--- a/source/blender/hair/HAIR_capi.h
+++ b/source/blender/hair/HAIR_capi.h
@@ -62,7 +62,7 @@ void HAIR_solver_remove_from_rigidbodyworld(struct HAIR_Solver *solver, struct r
 
 void HAIR_solver_step(struct HAIR_Solver *solver, float time, float timestep);
 void HAIR_solver_step_debug(struct HAIR_Solver *csolver, float time, float timestep,
-                            float ob_imat[4][4], HairDebugData *debug_data);
+                            float ob_imat[4][4], struct HairDebugData *debug_data);
 
 void HAIR_solver_apply(struct HAIR_Solver *solver, struct Scene *scene, struct Object *ob, struct HairSystem *hsys);




More information about the Bf-blender-cvs mailing list