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