Browse Source

Update AndroidFramebuffer.cs (#17488)

pull/17507/head
Corvin 1 year ago
committed by GitHub
parent
commit
fc5e84cbdf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/Android/Avalonia.Android/Platform/SkiaPlatform/AndroidFramebuffer.cs

2
src/Android/Avalonia.Android/Platform/SkiaPlatform/AndroidFramebuffer.cs

@ -79,7 +79,7 @@ namespace Avalonia.Android.Platform.SkiaPlatform
internal struct ANativeWindow_Buffer
{
// The number of pixels that are show horizontally.
// The number of pixels that are shown horizontally.
public int width;
// The number of pixels that are shown vertically.

Loading…
Cancel
Save