OSDN Git Service

[update]NyARToolKit git-svn
authornyatla <nyatla@7cac0a50-4618-4814-88d0-24b83990f816>
Sun, 25 Apr 2010 03:18:43 +0000 (03:18 +0000)
committernyatla <nyatla@7cac0a50-4618-4814-88d0-24b83990f816>
Sun, 25 Apr 2010 03:18:43 +0000 (03:18 +0000)
+NyARPerspectiveParamGenerator_O1 ミス修正

git-svn-id: http://svn.sourceforge.jp/svnroot/nyartoolkit/NyARToolkit@443 7cac0a50-4618-4814-88d0-24b83990f816

trunk/src/jp/nyatla/nyartoolkit/core/utils/NyARPerspectiveParamGenerator_O1.java

index e389f60..6c7590c 100644 (file)
@@ -34,7 +34,7 @@ public class NyARPerspectiveParamGenerator_O1 extends NyARPerspectiveParamGenera
 {\r
        public NyARPerspectiveParamGenerator_O1(int i_local_x, int i_local_y, int i_width, int i_height)\r
        {\r
-               super(1, 1, i_width, i_height);\r
+               super(i_local_x,i_local_y, i_width, i_height);\r
                return;\r
        }\r
 \r