Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dereference of possibly null references in core graphics (#2377)
- Null Check: RenderingEntities == null checks if RenderingEntities is not initialized. - Null Check: Globals.MapGrid == null checks if the 2D array is not initialized. - Removed default Check: Globals.MapGrid is an array, checking against default is unnecessary.
- Loading branch information