* Added the definition of FP_INFINITE back to Metaball.c
It really doesn't compile on some platforms if it isn't defined.
This commit is contained in:
@@ -31,6 +31,10 @@
|
|||||||
|
|
||||||
#include "Metaball.h"
|
#include "Metaball.h"
|
||||||
|
|
||||||
|
#ifndef FP_INFINITE
|
||||||
|
#define FP_INFINTE 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* Function: M_Metaball_New */
|
/* Function: M_Metaball_New */
|
||||||
/* Python equivalent: Blender.Metaball.New */
|
/* Python equivalent: Blender.Metaball.New */
|
||||||
|
Reference in New Issue
Block a user