Skip to content

Commit

Permalink
Merge branch 'master' into packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zarlo authored Jun 7, 2023
2 parents 8a1f7ad + f5d6030 commit 2ea5494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Docs/articles/Kernel/CGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The `FullScreenCanvas` provides two methods to get a canvas instance for the scr


Really simple right?
# A working example
# A working example (devkit only!)
```CSharp
using System;
using Sys = Cosmos.System;
Expand Down Expand Up @@ -78,8 +78,6 @@ namespace GraphicTest
{
try
{
Pen pen = new Pen();

// A red Point
canvas.DrawPoint(Color.Red, 69, 69);

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ IL2CPU_URL = https://github.com/CosmosOS/IL2CPU
XSHARP_URL = https://github.com/CosmosOS/XSharp
COMMON_URL = https://github.com/CosmosOS/Common

IL2CPU_BRANCH = crossplatform
IL2CPU_BRANCH = master
XSHARP_BRANCH = master
COMMON_BRANCH = master

Expand Down

0 comments on commit 2ea5494

Please sign in to comment.