mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
fix hidpi parameter of android
This commit is contained in:
parent
78a768ae5c
commit
6d18ca45b1
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ impl WindowMethods<Application> for Window {
|
|||
|
||||
fn hidpi_factor(&self) -> f32 {
|
||||
//FIXME: Do nothing in GLUT now.
|
||||
0f32
|
||||
1f32
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue