修改bug
This commit is contained in:
@@ -1019,7 +1019,7 @@
|
||||
}
|
||||
if(web_2_through_time<web_2_disable_time)return nil;
|
||||
else {
|
||||
web_2_disable_time=[ClickAddtime[2] floatValue] + ([ClickAddtime[3] floatValue] - [ClickAddtime[2] floatValue]) * drand48();
|
||||
web_2_disable_time=[ClickAddtime[0] floatValue] + ([ClickAddtime[1] floatValue] - [ClickAddtime[0] floatValue]) * drand48();
|
||||
web_2_through_time=-0.1;
|
||||
return touchedView;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user