Skip to content

Commit f1be465

Browse files
I created a video to show better how it works
1 parent e255593 commit f1be465

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hglass.mov

84.2 MB
Binary file not shown.

web/data.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
public static int ler() throws IOException, Exception {
5050
if (things == null) {
5151
if (last == 0) {
52-
last = (int) (Math.random() * 40 + 50);
53-
}
52+
last = (int) (Math.random() * 40 + 60);
53+
}
5454
if(last>300)last=0;
5555
return last += (int) (Math.random() * 10 - 5);
5656
}

0 commit comments

Comments
 (0)