1
0
forked from mirrors/0ad
Files
phosit 998dc30b6d Return by value from CCamera::BuildCameraRay
Some return values can be assigned to a `const auto`, somewhere `dir` is
mutated so the whole result has to be assigned to a non `const` variable
and once only dir is used, so structured binding isn't used there.
2024-11-17 20:27:58 +01:00
..
2024-10-18 17:27:48 +02:00
2024-11-17 18:03:49 +01:00
2024-11-17 18:03:49 +01:00
2024-11-17 18:03:49 +01:00