mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-24 01:28:25 +00:00
Fix incorect type cast
This commit is contained in:
parent
85541f6449
commit
72320ad181
|
@ -118,7 +118,7 @@ namespace OpenTK.Platform.MacOS
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return *(float*)&f.value;
|
return *(double*)&f.value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue