craftworkgames / MonoGame.Extended

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

Resolves `ArgmentNulLException` When Loading `BitmapFont` From Disk. #924

Closed AristurtleDev closed 4 months ago

AristurtleDev commented 4 months ago

Description

The bmfFile.Path value was never set causing a ArgumentNullException to occur when building the path to the texure files for the bitmap font.

References