mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
Got the value/key backwards.
This commit is contained in:
parent
c2644699a4
commit
ae1d5245ad
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ float lightaxis[3] = {1, 0.6, 0.75};
|
|||
void
|
||||
WriteStringDefault (id prefs, NSString *name, NSString *value)
|
||||
{
|
||||
[prefs setObject: name forKey: value];
|
||||
[prefs setObject: value forKey: name];
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue