浏览代码

Fix typos (#2109)

EmulationFanatic 5 年之前
父节点
当前提交
2b92c10105
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Ryujinx.Graphics.OpenGL/Image/TextureView.cs

+ 3 - 3
Ryujinx.Graphics.OpenGL/Image/TextureView.cs

@@ -102,9 +102,9 @@ namespace Ryujinx.Graphics.OpenGL.Image
 
         public int GetIncompatibleFormatViewHandle()
         {
-            // AMD and Intel has a bug where the view format is always ignored,
-            // it uses the parent format instead.
-            // As workaround we create a new texture with the correct
+            // AMD and Intel have a bug where the view format is always ignored;
+            // they use the parent format instead.
+            // As a workaround we create a new texture with the correct
             // format, and then do a copy after the draw.
             if (_parent.Info.Format != Format)
             {