mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Got the value/key backwards.
This commit is contained in:
parent
186657c784
commit
f9ffb30d9a
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