mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Remove Debug code
This commit is contained in:
@@ -40,26 +40,5 @@ namespace Raylib_cs.Tests
|
|||||||
Assert.True(BlittableHelper.IsBlittable<VrStereoConfig>());
|
Assert.True(BlittableHelper.IsBlittable<VrStereoConfig>());
|
||||||
Assert.True(BlittableHelper.IsBlittable<RenderBatch>());
|
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();
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user