• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂5e3d0f7c65eeb6fd0eb5139d4d67e91f69f88345 (tree)
時間2013-03-29 23:51:17
作者nekora <nekora@user...>
Commiternekora

Log Message

内側切り出し位置を内枠ではなく外枠に変更

Change Summary

差異

--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
55 /MDPSprocess2.log
66 /MDPSprocess3.log
77 /MDPSprocess4.log
8+/MDPSprocess5.log
--- a/src/nekora/cwn/paper/InputPaper.java
+++ b/src/nekora/cwn/paper/InputPaper.java
@@ -68,7 +68,7 @@ public class InputPaper {
6868 //貼り付け位置右
6969 putR = new Point();
7070
71- cropR.x = inner.x;
71+ cropR.x = outer.x;
7272 putR.x = w/2;
7373
7474 if( Math.abs( h- paper.height )<GOSA ){