Description:
Reformatting.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r441:935cd686fbbd -

@@ -94,7 +94,6
94 94 }
95 95
96 96
97
98 97 ImGui.Separator();
99 98
100 99 ImGui.Text(string.Format("Crowded Trees: {0}", sim.crowded_trees ));
@@ -58,7 +58,6
58 58 ImGui.Text("Graphics");
59 59 ImGui.PopFont();
60 60
61
62 61 ImGui.Text("Resolution:");
63 62
64 63 ImGui.SameLine();
@@ -77,7 +76,7
77 76 }
78 77 }
79 78
80 ImGui.EndCombo();
79 ImGui.EndCombo();
81 80 }
82 81 ImGui.Text("Font:\t");
83 82
@@ -149,14 +148,11
149 148 bridgeEngine.setOptionMessages.Add(new SetOptionMessage{ NewProfanitySetting = (ProfanityLevel)level});
150 149 OptionsWindow.profanityLevel = (ProfanityLevel)level;
151 150 }
152
153 151 }
154 152
155 153 ImGui.EndCombo();
156 154 }
157 155
158
159
160 156 ImGui.Separator();
161 157
162 158 if (ImGui.Button("Okay"))
@@ -196,12 +192,10
196 192 }
197 193 }
198 194
199
200 195 public static void setFont(string fontName, int fontSize)
201 196 {
202 197 OptionsWindow.fontName = fontName;
203 198 OptionsWindow.fontSize = fontSize;
204
205 199 }
206 200 }
207 201 }
You need to be logged in to leave comments. Login now