Skip to content

Commit

Permalink
上传
Browse files Browse the repository at this point in the history
  • Loading branch information
puy1017 committed Jun 19, 2019
1 parent 0359210 commit fed1079
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ protected void onDraw(Canvas canvas) {
int[] mlocal_service = getLocation(image_node);
if (mlocal_ljb[0] < 0 || mlocal_router[0] < 0 || mlocal_service[0] < 0||mlocal_ljb[1] < 0 || mlocal_router[1] < 0 || mlocal_service[1] < 0) {
canvas.restore();
return;
}
local_ljb = mlocal_ljb;
local_router = mlocal_router;
Expand Down

0 comments on commit fed1079

Please sign in to comment.