浏览代码

Fixed return type of getUVImage().

Daniel Kauth 11 年之前
父节点
当前提交
1750603a1d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;