mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
utlbuffer: typo fix
This commit is contained in:
parent
2d17c2b52f
commit
b1edca8c4c
@ -661,7 +661,7 @@ inline void CUtlBuffer::GetTypeBin< float >( float &dest )
|
||||
else
|
||||
{
|
||||
// aligned read
|
||||
Q_memcmp( &dest, (void*)pData, sizeof(float) );
|
||||
Q_memcpy( &dest, (void*)pData, sizeof(float) );
|
||||
}
|
||||
if ( m_Byteswap.IsSwappingBytes() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user