mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
cosmetic change: Renamed printStuff to printMultilineText.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@161 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -172,7 +172,7 @@ void RasterFont::printCenteredString(const char *s, double y, int screen_width,
|
||||
printString(s, x, y, z);
|
||||
}
|
||||
|
||||
void RasterFont::printStuff(const char *text, double start_x, double start_y, double z, int bbWidth, int bbHeight)
|
||||
void RasterFont::printMultilineText(const char *text, double start_x, double start_y, double z, int bbWidth, int bbHeight)
|
||||
{
|
||||
double x=start_x;
|
||||
double y=start_y;
|
||||
|
Reference in New Issue
Block a user