mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Assign unused constructor parameter
This commit is contained in:
parent
4827a3cc84
commit
b8035120de
@ -28,7 +28,7 @@ CTraceFilterSimple::CTraceFilterSimple(const IHandleEntity* pPassEntity, int col
|
||||
void** pVTable = reinterpret_cast<void**>(&*this); // Assign vftable pointer to the implementation supplied by the engine.
|
||||
*pVTable = reinterpret_cast<void*>(g_pTraceFilterSimpleVFTable);
|
||||
|
||||
m_collisionGroup = 0;
|
||||
m_collisionGroup = collisionGroup;
|
||||
m_pPassEntity = pPassEntity;
|
||||
m_traceType = 0;
|
||||
m_pExtraShouldHitCheckFunction = pExtraShouldHitCheckFn;
|
||||
|
Loading…
x
Reference in New Issue
Block a user