forked from organicmaps/organicmaps
Always set multisampled to false in iOS.
This commit is contained in:
parent
a6197cba35
commit
5b748cc7a3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ IPhonePlatform::IPhonePlatform()
|
|||
/// Hardcoding screen resolution depending on the device we are running.
|
||||
m_visualScale = 1.0;
|
||||
m_skinName = "basic.skn";
|
||||
m_isMultiSampled = true;
|
||||
m_isMultiSampled = false;
|
||||
m_doPeriodicalUpdate = true;
|
||||
m_periodicalUpdateInterval = 0.3;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue