mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 13:39:18 +02:00
reformat: remove redundant qualifiers
This commit is contained in:
@@ -169,7 +169,7 @@ cFrustum::cube_inside( float const X, float const Y, float const Z, float const
|
||||
return true;
|
||||
}
|
||||
|
||||
void cFrustum::normalize_plane( cFrustum::side const Side ) {
|
||||
void cFrustum::normalize_plane( side const Side ) {
|
||||
|
||||
const float magnitude =
|
||||
std::sqrt(
|
||||
|
||||
Reference in New Issue
Block a user