mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-09 10:35:41 +00:00
Set window title and icon.
This commit is contained in:
parent
f0fb55b864
commit
b3c66b852d
|
@ -1,4 +1,4 @@
|
|||
#region License
|
||||
#region License
|
||||
//
|
||||
// The Open Toolkit Library License
|
||||
//
|
||||
|
@ -47,6 +47,7 @@ namespace Examples.Tests
|
|||
{
|
||||
using (Tutorial.T03_Immediate_Mode_Cube game = new Examples.Tutorial.T03_Immediate_Mode_Cube())
|
||||
{
|
||||
Utilities.SetWindowTitle(game);
|
||||
game.Run(30.0);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue