src/grid.cpp

changeset 1339
1f342d5abc85
parent 1326
69a90bd2dba2
equal deleted inserted replaced
1338:1152c9fefa3e 1339:1f342d5abc85
106 { 106 {
107 switch (config::grid()) 107 switch (config::grid())
108 { 108 {
109 default: 109 default:
110 case Coarse: 110 case Coarse:
111 return LowResolution;
112
111 case Medium: 113 case Medium:
112 return LowResolution; 114 return MediumResolution;
113 115
114 case Fine: 116 case Fine:
115 return HighResolution; 117 return HighResolution;
116 } 118 }
117 } 119 }

mercurial