Merge pull request #945 from shun-iwasawa/mod_fieldguide

Change the default size of field guide
This commit is contained in:
Jeremy Bullock 2016-12-08 00:01:06 -07:00 committed by GitHub
commit 8e6dfb6112

View file

@ -35,8 +35,8 @@ TSceneProperties::TSceneProperties()
, m_markerOffset(0)
, m_fullcolorSubsampling(1)
, m_tlvSubsampling(1)
, m_fieldGuideSize(12)
, m_fieldGuideAspectRatio(1.38) {
, m_fieldGuideSize(16)
, m_fieldGuideAspectRatio(1.77778) {
// Default color
m_notesColor.push_back(TPixel32(255, 235, 140));
m_notesColor.push_back(TPixel32(255, 160, 120));