| 188 | } |
| 189 | |
| 190 | void operator()(const CLevelDebug::SInfoItem& s) |
| 191 | { |
| 192 | HUD().Font().pFontMedium->SetAligment(CGameFont::alLeft); |
| 193 | HUD().Font().pFontMedium->SetColor(s.color); |
| 194 | HUD().Font().pFontMedium->OutSet(x, y -= delta_height); |
| 195 | HUD().Font().pFontMedium->OutNext(*(s.text)); |
| 196 | } |
| 197 | }; |
| 198 | |
| 199 | void CLevelDebug::CObjectInfo::draw_info(float x, float& y) |