craftworkgames / MonoGame.Extended

Extensions to make MonoGame more awesome
http://www.monogameextended.net/
Other
1.44k stars 325 forks source link

Resolves NullReferenceException When Getting Invalid Key From TiledMapProperties #903

Closed AristurtleDev closed 5 months ago

AristurtleDev commented 5 months ago

Description

This resolves an issue when, given a key that doesn't exist, the TledMapProperties.TryGetValue method would throw a NullReferenceException.

Related Issues