mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Fixed Half
This commit is contained in:
@@ -38,7 +38,8 @@ public struct Half : IComparable , IComparable<Half>, IConvertible, IEquatable<H
|
||||
|
||||
public Half(float value)
|
||||
{
|
||||
FromFloat32(value, out this);
|
||||
FromFloat32(value, out Half halfValue);
|
||||
this = halfValue;
|
||||
}
|
||||
|
||||
private Half(ushort data)
|
||||
|
||||
Reference in New Issue
Block a user