Regenerated files
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using BlendFile.CompatTypes;
|
||||
using System;
|
||||
|
||||
|
||||
@@ -26,7 +25,7 @@ namespace BlendFile.DNA {
|
||||
public short mode;
|
||||
public short flag;
|
||||
public int height;
|
||||
public float[,] co = new System.Single[2][2];
|
||||
public float[,] co = new System.Single[2,2];
|
||||
public Histogram(int channels, int x_resolution, float[] data_luma, float[] data_r, float[] data_g, float[] data_b, float[] data_a, float xmax, float ymax, short mode, short flag, int height, float[,] co) {
|
||||
this.channels = channels;
|
||||
this.x_resolution = x_resolution;
|
||||
|
||||
Reference in New Issue
Block a user