mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
WIP: fix some memaccess-class warnings
This commit is contained in:
@@ -2613,6 +2613,13 @@ public:
|
||||
z=src.z;
|
||||
}
|
||||
|
||||
FourVectors( fltx4 x, fltx4 y, fltx4 z )
|
||||
{
|
||||
this->x=x;
|
||||
this->y=y;
|
||||
this->z=z;
|
||||
}
|
||||
|
||||
FORCEINLINE void operator=( FourVectors const &src )
|
||||
{
|
||||
x=src.x;
|
||||
|
||||
Reference in New Issue
Block a user