Commit 651e87c3 authored by kenan's avatar kenan

rm code

parent 501dbe09
...@@ -163,8 +163,8 @@ class LocalGameHost extends GameHost { ...@@ -163,8 +163,8 @@ class LocalGameHost extends GameHost {
//fix touch point //fix touch point
int left = (maxW - gw) / 2; int left = (maxW - gw) / 2;
int top = (maxH - gh) / 2; int top = (maxH - gh) / 2;
if(notchHeight > 0 && !immerSiveMode){ if (notchHeight > 0 && !immerSiveMode) {
left += notchHeight; //left += (fullW - actW) / 2;
//fix touch //fix touch
//left = (maxW - gw - config.getNotchHeight()) / 2; //left = (maxW - gw - config.getNotchHeight()) / 2;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment