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