mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-25 11:19:39 +01:00
Fix build
This commit is contained in:
parent
617d75545f
commit
55a3ab741a
@ -2241,7 +2241,7 @@ int CRestore::ReadField( void *pBaseData, TYPEDESCRIPTION *pFields, int fieldCou
|
||||
{
|
||||
Vector tmp;
|
||||
memcpy( &tmp, pInputData, sizeof( Vector ) );
|
||||
tmp += position;
|
||||
tmp = tmp + position;
|
||||
memcpy( pOutputData, &tmp, sizeof( Vector ) );
|
||||
}
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user