Procházet zdrojové kódy

Fixed return type of getUVImage().

Daniel Kauth před 11 roky
rodič
revize
1750603a1d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;