mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Minor tweak that shouldn't break anything
This commit is contained in:
@@ -1756,7 +1756,7 @@ static bool execIndexAssign(Toy_Interpreter* interpreter) {
|
||||
}
|
||||
|
||||
//iterate...
|
||||
while(interpreter->stack.count > 1) {
|
||||
while(interpreter->stack.count >= 4) {
|
||||
Toy_freeLiteral(assign);
|
||||
Toy_freeLiteral(third);
|
||||
Toy_freeLiteral(second);
|
||||
|
||||
Reference in New Issue
Block a user