1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

Merge branch 'ptmikheev-master-patch-34687' into 'master'

Fix constexprant

See merge request OpenMW/openmw!2643
This commit is contained in:
psi29a 2023-01-21 22:42:03 +00:00
commit eb853b1315

View File

@ -14,7 +14,7 @@ namespace Constants
constexpr float SoundSpeedInAir = 343.3f;
constexpr float SoundSpeedUnderwater = 1484.0f;
// Gravity constexprant in m/sec^2
// Gravity constant in m/sec^2
// Note: 8.96 m/sec^2 = 9.8 yards/sec^2
// Probaly original engine's developers just forgot
// that their engine uses yards instead of meters