- Backend update from Raze, mostly maintenance changes without new functionality.

This commit is contained in:
Christoph Oelckers 2022-08-11 22:51:19 +02:00
commit c89ae6358e
22 changed files with 90 additions and 43 deletions

View file

@ -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));
}
//==========================================================================