Closed VirxEC closed 1 year ago
Added const to the following functions:
Arena::GetTickRate
Ball::GetRadiusBullet
Ball::GetRadius
BallHitInfo::Serialize
BoostPadState::Serialize
SuspensionCollisionGrid::GetCellMin
SuspensionCollisionGrid::GetCellIndicesFromPos
SuspensionCollisionGrid::GetCellSize
Also added the build/ directory to .gitignore for personal reasons
build/
.gitignore
I think you may have accidentally replaced Arena.h with Arena.cpp
Arena.h
Arena.cpp
LOL whoops
Added const to the following functions:
Arena::GetTickRate
Ball::GetRadiusBullet
Ball::GetRadius
BallHitInfo::Serialize
BoostPadState::Serialize
SuspensionCollisionGrid::GetCellMin
SuspensionCollisionGrid::GetCellIndicesFromPos
SuspensionCollisionGrid::GetCellSize
Also added the
build/
directory to.gitignore
for personal reasons