回答編集履歴

1

2.2.1で動くように修正

2018/10/16 08:17

投稿

rururu3
rururu3

スコア5545

test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  try {
32
32
 
33
- fw = new FileWriter(sketchPath() + "/pos_t.txt", true);
33
+ fw = new FileWriter(sketchPath("") + "/pos_t.txt", true);
34
34
 
35
35
  }
36
36
 
@@ -48,7 +48,7 @@
48
48
 
49
49
  PImage img = loadImage("kougishiryou.jpg");
50
50
 
51
- // size( (int)img.width, (int)img.height );
51
+ size( (int)img.width, (int)img.height );
52
52
 
53
53
  image(img, 0, 0);
54
54