Skip to content

Commit

Permalink
Allow equality checks between null and arbitrary types
Browse files Browse the repository at this point in the history
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
hpvb committed Sep 20, 2017
1 parent ecd226c commit 6565cf3
Showing 1 changed file with 201 additions and 156 deletions.
Loading

0 comments on commit 6565cf3

Please sign in to comment.