- Backend update from Raze, mostly maintenance changes without new functionality.
This commit is contained in:
parent
283c5d688c
commit
c89ae6358e
22 changed files with 90 additions and 43 deletions
|
|
@ -918,7 +918,7 @@ void PFloat::SetValue(void *addr, double val)
|
|||
|
||||
int PFloat::GetValueInt(void *addr) const
|
||||
{
|
||||
return xs_ToInt(GetValueFloat(addr));
|
||||
return int(GetValueFloat(addr));
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue