Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hatsunea/a43b649dd680c38e628d9ca302d1b420 to your computer and use it in GitHub Desktop.
Save hatsunea/a43b649dd680c38e628d9ca302d1b420 to your computer and use it in GitHub Desktop.
private void WriteBuffer(ushort x, ushort y, ushort color)
{
Buffer[(Height - y) + x * Height + Offset] = color;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment