Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow equality checks between null and arbitrary types
Uninitialzed values in GDScript are of type NIL so not allowing null comparisons did end up breaking some code. This commit reenables NULL equality checks for all types. We're going to have to figure out how to make this fast for the compiler later.
- Loading branch information