mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03: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