We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8df4a5 commit 592d099Copy full SHA for 592d099
1 file changed
content/api_en/include/Object.xml
@@ -35,7 +35,7 @@ class HLine {
35
}
36
void update() {
37
ypos += speed;
38
- if (ypos > width) {
+ if (ypos > height) {
39
ypos = 0;
40
41
line(0, ypos, width, ypos);
0 commit comments