Fix spelling of 'Parametrized' to 'Parameterized'

This commit is contained in:
Diegoisawesome
2018-01-24 01:03:20 -06:00
parent 0c47cd6fc3
commit 10037ac0e1
35 changed files with 85 additions and 85 deletions
+1 -1
View File
@@ -3602,7 +3602,7 @@ static void Blender_AddTextPrinter(u8 windowId, const u8 *string, u8 x, u8 y, s3
FillWindowPixelBuffer(windowId, txtColor.fgColor | (txtColor.fgColor << 4));
}
AddTextPrinterParametrized2(windowId, 1, x, y, letterSpacing, 1, &txtColor, speed, string);
AddTextPrinterParameterized2(windowId, 1, x, y, letterSpacing, 1, &txtColor, speed, string);
}
static bool32 Blender_PrintText(s16 *textState, const u8 *string, s32 textSpeed)