質問編集履歴

1

コードがコピペ元と違っていたので修正

2018/05/25 16:10

投稿

BitMaPT
BitMaPT

スコア25

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
 
54
54
 
55
- int idx = pos_y * height + pos_x;
55
+ int idx = pos_y * width + pos_x;
56
56
 
57
57
 
58
58