This commit is contained in:
wangcongtao
2020-02-27 12:41:08 +08:00
parent 4781b10eba
commit 0d3ae83b97
9 changed files with 136 additions and 33 deletions

View File

@@ -170,4 +170,11 @@ public class MogoMapUIController implements IMogoMapUIController {
mDelegate.startJumpAnimation( marker, high, interpolator, duration );
}
}
@Override
public void setRenderFps( int fps ) {
if ( mDelegate != null ) {
mDelegate.setRenderFps( fps );
}
}
}