Fixed duplicate variable name

This commit is contained in:
Christian Colglazier 2020-09-26 21:13:19 -04:00
parent 8ce16da281
commit 6fb1d13eb5

View File

@ -72,7 +72,7 @@ void WriteCenteredString(DaisyPatch patch,
int x, int x,
int y, int y,
FontDef font, FontDef font,
std::string font, std::string text,
bool on); bool on);
/* /*