Fix the fix?

This commit is contained in:
2026-01-22 20:36:19 +11:00
parent c382ecd867
commit 03aab86413

View File

@@ -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;