Browse Source

Added a tag to the .NET Core sample project to make it stand out.

improved_timing
Ian Burgmyer 7 years ago
parent
commit
5e25cfa73a
  1. 2
      Samples/Sample.BasicPixelsCore/Window.cs

2
Samples/Sample.BasicPixelsCore/Window.cs

@ -3,7 +3,7 @@ using System;
namespace Sample.BasicPixelsCore {
internal class Window : SdlWindow {
public Window(int width, int height) : base("Basic Pixels", new Point { X = WindowPosUndefined, Y = WindowPosUndefined }, width, height) { }
public Window(int width, int height) : base("Basic Pixels (.NET Core)", new Point { X = WindowPosUndefined, Y = WindowPosUndefined }, width, height) { }
private void DrawBackground(ref Color[] pixels) {
byte d = 0;

Loading…
Cancel
Save