mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
Reviewed the spec, fixed some bugs
This commit is contained in:
@@ -97,7 +97,7 @@ static bool checkType(Literal typeLiteral, Literal original, Literal value, bool
|
||||
return false;
|
||||
}
|
||||
|
||||
//if null, assume it's a new entry
|
||||
//if null, assume it's a new entry to a parent
|
||||
if (IS_NULL(original)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user