Fix incorect type cast
This commit is contained in:
parent
85541f6449
commit
72320ad181
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ namespace OpenTK.Platform.MacOS
|
|||
}
|
||||
else
|
||||
{
|
||||
return *(float*)&f.value;
|
||||
return *(double*)&f.value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue