mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
fix a param name oopsie
This is an imperfect revision of history.
This commit is contained in:
parent
39bf47a265
commit
6ad13faf98
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ string (inputline_t il) InputLine_GetText = #0;
|
|||
control.ybase = pos.y;
|
||||
}
|
||||
|
||||
- (void) setWidth: (integer)visibleWidth
|
||||
- (void) setWidth: (integer)width
|
||||
{
|
||||
InputLine_SetWidth (il, width);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue