* GameWindowStates.cs: Increased texture size to ensure the text fits inside.
This commit is contained in:
parent
594f877021
commit
fb08c51881
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace Examples.Tests
|
|||
public class GameWindowStates : GameWindow
|
||||
{
|
||||
readonly Font TextFont = new Font(FontFamily.GenericSansSerif, 16);
|
||||
readonly Bitmap TextBitmap = new Bitmap(512, 512);
|
||||
readonly Bitmap TextBitmap = new Bitmap(1024, 256);
|
||||
int texture;
|
||||
|
||||
public GameWindowStates()
|
||||
|
|
Loading…
Reference in a new issue