Skip to content

Commit

Permalink
Merge branch 'master' of github.com:borismus/webvr-boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
borismus committed Jan 8, 2016
2 parents 51a771a + c02e232 commit 83d452c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/device-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ var AndroidDevices = {
}),
Nexus6: new Device({
userAgentRegExp: /Nexus 6 /, // Trailing space to disambiguate from 6P.
widthMeters: 0.1593,
heightMeters: 0.083,
widthMeters: 0.1320,
heightMeters: 0.074,
bevelMeters: 0.004
}),
Nexus5X: new Device({
Expand Down

0 comments on commit 83d452c

Please sign in to comment.