mobile fix
This commit is contained in:
@@ -300,7 +300,7 @@ impl EngineConfig {
|
||||
self
|
||||
}
|
||||
|
||||
pub fn _disable_routing(mut self) -> Self {
|
||||
pub fn disable_routing(mut self) -> Self {
|
||||
self.setup_routing = false;
|
||||
self
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user