This commit is contained in:
Glenn Maynard
2005-07-07 10:35:16 +00:00
parent 5eb0a95f8e
commit da21fd5a5c
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -73,11 +73,12 @@ void ScreenTestFonts::SetFont(CString font_)
SetText(curtext);
}
void ScreenTestFonts::Draw()
void ScreenTestFonts::DrawPrimitives()
{
/* Draw this manually, so we can breakpoint here ... */
Screen::DrawPrimitives();
/* Draw this manually, so we can breakpoint here. */
txt.Draw();
Screen::Draw();
}