Skip to content

Commit ea12101

Browse files
committed
Fix some issues with rendering on higher resolutions
1 parent 5ca4378 commit ea12101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Track Studio/src/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static void Main(string[] args)
4545
//Initiate the texture resource creator for making texture instances from STGenericTexture.
4646
InitGLResourceCreation();
4747
//Load the window and run the application
48-
GraphicsMode mode = new GraphicsMode(new ColorFormat(32), 24, 8, 4, new ColorFormat(32), 2, false);
48+
GraphicsMode mode = new GraphicsMode(new ColorFormat(32), 24, 8, 1, new ColorFormat(32), 2, false);
4949
var asssemblyVersion = GetRepoCompileDate(Runtime.ExecutableDir);
5050

5151
var wnd = new UIFramework.Framework(new MainWindow(argumentHandle), mode, asssemblyVersion);

0 commit comments

Comments
 (0)