Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Müller <nexyon@gmail.com>2015-01-29 02:20:01 +0300
committerJörg Müller <nexyon@gmail.com>2015-01-29 02:20:41 +0300
commitd434815ff7c586f6e54af667e37c9d2d12726416 (patch)
tree7354606a5430c9980fc4e03d2816adf6f014ae95 /intern/audaspace/Python
parentd183e9b43ba5f44561f776b471ec7030e35d8cad (diff)
Audaspace: Fix typo in speed of sound initialization value by lordloki (Jorge Bernal)
Diffstat (limited to 'intern/audaspace/Python')
-rw-r--r--intern/audaspace/Python/AUD_PyAPI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/Python/AUD_PyAPI.cpp b/intern/audaspace/Python/AUD_PyAPI.cpp
index b00289b3fae..dc019c1f245 100644
--- a/intern/audaspace/Python/AUD_PyAPI.cpp
+++ b/intern/audaspace/Python/AUD_PyAPI.cpp
@@ -2588,7 +2588,7 @@ Device_set_listener_orientation(Device *self, PyObject *args, void* nothing)
PyDoc_STRVAR(M_aud_Device_speed_of_sound_doc,
"The speed of sound of the device.\n"
- "The speed of sound in air is typically 343 m/s.");
+ "The speed of sound in air is typically 343.3 m/s.");
static PyObject *
Device_get_speed_of_sound(Device *self, void* nothing)