Commit Description:
Use Game.Exit()....
Commit Description:
Use Game.Exit(). Using System.Exit() within Encompass classes causes a segfault. On Windows, the game would hang when quitting.
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/src/FontStashSharp/Bounds.cs
7 lines | 91 B | text/x-csharp | CSharpLexer
namespace FontStashSharp
{
internal struct Bounds
{
public float X, Y, X2, Y2;
}
}