回答編集履歴
1
ソースを修正
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
int x = 0;
|
16
16
|
|
17
|
-
if (Mouse::Wheel() < 0 )x
|
17
|
+
if (Mouse::Wheel() < 0 )x--;
|
18
18
|
|
19
19
|
if (0 < Mouse::Wheel())x++;
|
20
20
|
|