Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GDScript: Don't optimize division and modulo on debug
Since the validated operators don't have checks for division by zero, use the regular evaluator in debug which has those checks.
- Loading branch information