Silent "no previous prototype" warning, which was treating as error here

This commit is contained in:
Sergey Sharybin 2013-01-04 08:01:35 +00:00
parent 3b3c0b97fd
commit 25d9fa95f9

@ -643,7 +643,7 @@ void ExportCurveTriangleGeometry(Mesh *mesh, ParticleCurveData *CData, int inter
/* texture coords still needed */ /* texture coords still needed */
} }
void ExportCurveSegments(Scene *scene, Mesh *mesh, ParticleCurveData *CData, int interpolation, int segments) static void ExportCurveSegments(Scene *scene, Mesh *mesh, ParticleCurveData *CData, int interpolation, int segments)
{ {
int num_keys = 0; int num_keys = 0;
int num_curves = 0; int num_curves = 0;