Skip to content

Commit

Permalink
Update VGACanvas.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
koteProgrammist authored Feb 3, 2024
1 parent 8ab7e62 commit 0ac2057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Cosmos.System2/Graphics/VGACanvas.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public class VGACanvas : Canvas
/// </list>
/// </para>
/// </summary>
#endregion
static readonly List<Mode> availableModes = new()
{
new Mode(640, 480, ColorDepth.ColorDepth4),
Expand Down

0 comments on commit 0ac2057

Please sign in to comment.