OSDN Git Service

[upadate]NyARToolKit
[nyartoolkit-and/nyartoolkit-and.git] / trunk / src / jp / nyatla / nyartoolkit / core / raster / NyARHsvRaster.java
index 0d0aaf8..90e06f6 100644 (file)
@@ -41,7 +41,7 @@ public final class NyARHsvRaster extends NyARRaster_BasicClass
        public NyARHsvRaster(int i_width, int i_height)\r
        {\r
                //このクラスは外部参照バッファ/形式多重化が使えない簡易実装です。\r
-               super(new NyARIntSize(i_width,i_height),NyARBufferType.INT1D_X7H9S8V8_32);\r
+               super(i_width,i_height,NyARBufferType.INT1D_X7H9S8V8_32);\r
                this._ref_buf = new int[i_height*i_width];\r
        }\r
        public Object getBuffer()\r