Showing
1 changed file
with
2 additions
and
2 deletions
@@ -184,8 +184,8 @@ class Controller_MobileApi extends Controller_Abstract | @@ -184,8 +184,8 @@ class Controller_MobileApi extends Controller_Abstract | ||
184 | $x = $y = 0; | 184 | $x = $y = 0; |
185 | if($booth['floor'] == 1) | 185 | if($booth['floor'] == 1) |
186 | { | 186 | { |
187 | - $x = strval(intval($booth['x'] - 25) / 3802.0); | ||
188 | - $y = strval(intval($booth['y'] - 10) / 2019.0); | 187 | + $x = strval(intval($booth['x'] + 25) / 3802.0); |
188 | + $y = strval(intval($booth['y'] + 10) / 2019.0); | ||
189 | } | 189 | } |
190 | else if($booth['floor'] == 4) | 190 | else if($booth['floor'] == 4) |
191 | { | 191 | { |
-
Please register or login to post a comment