Always set multisampled to false in iOS.

This commit is contained in:
Yury Melnichek 2011-02-05 15:17:59 +01:00 committed by Alex Zolotarev
parent a6197cba35
commit 5b748cc7a3

View file

@ -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;