forked from ground/cground
Fix the fix?
This commit is contained in:
@@ -69,7 +69,8 @@ typedef struct GroundValue {
|
|||||||
GroundError errorVal;
|
GroundError errorVal;
|
||||||
struct GroundFunction* fnVal;
|
struct GroundFunction* fnVal;
|
||||||
struct GroundStruct* structVal;
|
struct GroundStruct* structVal;
|
||||||
struct GroundObject* customVal;
|
// This line seems to cause issues with external libraries.
|
||||||
|
// struct GroundObject* customVal;
|
||||||
} data;
|
} data;
|
||||||
} GroundValue;
|
} GroundValue;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user