Skip to content

Commit 592d099

Browse files
committed
Update to Object reference XML file
1 parent e8df4a5 commit 592d099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/api_en/include/Object.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class HLine {
3535
}
3636
void update() {
3737
ypos += speed;
38-
if (ypos > width) {
38+
if (ypos > height) {
3939
ypos = 0;
4040
}
4141
line(0, ypos, width, ypos);

0 commit comments

Comments
 (0)