Remove Debug code
This commit is contained in:
parent
c31808190d
commit
072c4699df
1 changed files with 0 additions and 21 deletions
|
|
@ -40,26 +40,5 @@ namespace Raylib_cs.Tests
|
|||
Assert.True(BlittableHelper.IsBlittable<VrStereoConfig>());
|
||||
Assert.True(BlittableHelper.IsBlittable<RenderBatch>());
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void Debug()
|
||||
{
|
||||
// Initialization
|
||||
//--------------------------------------------------------------------------------------
|
||||
const int screenWidth = 800;
|
||||
const int screenHeight = 450;
|
||||
|
||||
Raylib.InitWindow(screenWidth, screenHeight, "Aaåäö");
|
||||
|
||||
while (!Raylib.WindowShouldClose())
|
||||
{
|
||||
Raylib.BeginDrawing();
|
||||
Raylib.ClearBackground(Color.RAYWHITE);
|
||||
Raylib.EndDrawing();
|
||||
}
|
||||
|
||||
Raylib.CloseWindow();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue