mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
TWO BYTES
This commit is contained in:
@@ -1697,7 +1697,7 @@ static bool execDotAssign(Interpreter* interpreter) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Literal idn = copyLiteral(compound);
|
||||
Literal idn = compound;
|
||||
|
||||
if (!parseIdentifierToValue(interpreter, &compound)) {
|
||||
freeLiteral(assign);
|
||||
|
||||
Reference in New Issue
Block a user