stride3d / stride

Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
https://stride3d.net
MIT License
6.65k stars 957 forks source link

fix: Change the error to a warning when searching for font path #2403

Closed Jklawreszuk closed 3 months ago

Jklawreszuk commented 4 months ago

PR Details

This PR includes a fix for searching the font path on Linux. Previously when a font did not exist CompilerApp ignored the search for a default font, because of error.

Types of changes

Checklist

Eideren commented 3 months ago

Looks good, thanks !