Daniel Kauth 11 роки тому
батько
коміт
dfbb0f0200
2 змінених файлів з 1 додано та 4 видалено
  1. 0 4
      bbiwarg/Test/TestDataSource.cs
  2. 1 0
      bbiwarg/bbiwarg.csproj

+ 0 - 4
bbiwarg/Test/TestDataSource.cs

@@ -21,10 +21,6 @@ namespace bbiwarg.Test
             {
                 source.updateFrame();
 
-                VertexArray v = source.getVertexArray();
-
-
-
                 source.releaseFrame();
             }
 

+ 1 - 0
bbiwarg/bbiwarg.csproj

@@ -56,6 +56,7 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="DataSource\UVImage.cs" />
     <Compile Include="DataSource\Color4.cs" />
     <Compile Include="DataSource\ColorImage.cs" />
     <Compile Include="DataSource\ConfidenceImage.cs" />