mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Renamed TypeCode_Single to TypeCode_Float. Float struct interop fixes.
This commit is contained in:
parent
14c3d0cd35
commit
2fe209447e
20 changed files with 595 additions and 69 deletions
|
@ -94,7 +94,7 @@ struct BfVariant
|
|||
{
|
||||
if (mTypeCode == BfTypeCode_Double)
|
||||
return mDouble;
|
||||
if (mTypeCode == BfTypeCode_Single)
|
||||
if (mTypeCode == BfTypeCode_Float)
|
||||
return mSingle;
|
||||
return (double)mInt64;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue