Browse Source

Fixed return type of getUVImage().

Daniel Kauth 11 năm trước cách đây
mục cha
commit
1750603a1d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bbiwarg/DataSource/IisuDataSource.cs

+ 1 - 1
bbiwarg/DataSource/IisuDataSource.cs

@@ -178,7 +178,7 @@ namespace bbiwarg.DataSource
             return new ConfidenceImage(width, height, confidenceData);
         }
 
-        public VertexArray getUVImage()
+        public UVImage getUVImage()
         {
             Iisu.Data.IImageInfos imageInfos = uvImage.Value.ImageInfos;
             int width = (int)imageInfos.Width;