bug fixes and getfield implementation beta
This commit is contained in:
@@ -231,9 +231,10 @@ static void doStruct(GroundProgram* program, GroundProgram* newProgram, GroundSt
|
||||
}
|
||||
case GroundInstruction_ENDSTRUCT: {
|
||||
parsing = false;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
Ground.Log.Error("invalid instruction inside struct in ");
|
||||
Ground.Log.Error("invalid instruction inside struct in Ground.Program.Preprocess -> doStruct");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user