Remove trailing whitespace and fix mistake in comment
This commit is contained in:
parent
b79edc97dc
commit
341957bfcb
|
|
@ -2482,7 +2482,7 @@ bool CheckCollisionSpheres(Vector3 centerA, float radiusA, Vector3 centerB, floa
|
|||
/*
|
||||
float dx = centerA.x - centerB.x; // X distance between centers
|
||||
float dy = centerA.y - centerB.y; // Y distance between centers
|
||||
float dz = centerA.z - centerB.z; // Y distance between centers
|
||||
float dz = centerA.z - centerB.z; // Z distance between centers
|
||||
|
||||
float distance = sqrtf(dx*dx + dy*dy + dz*dz); // Distance between centers
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user