mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Fix build
This commit is contained in:
parent
24fdbf4a01
commit
332a67249f
@ -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…
x
Reference in New Issue
Block a user