mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 02:09:35 +00:00
arm64 : fix intptr_t size
This commit is contained in:
@@ -463,7 +463,7 @@ float AABBDistance( const Vector &mins0, const Vector &maxs0, const Vector &mins
|
||||
class CLeafList : public ISpatialLeafEnumerator
|
||||
{
|
||||
public:
|
||||
virtual bool EnumerateLeaf( int leaf, int context )
|
||||
virtual bool EnumerateLeaf( int leaf, intp context )
|
||||
{
|
||||
m_list.AddToTail(leaf);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user